Uses of Enum
cn.lanink.gamecore.utils.packet.NPCRequestPacket.RequestType
Packages that use NPCRequestPacket.RequestType
-
Uses of NPCRequestPacket.RequestType in cn.lanink.gamecore.form.response
Fields in cn.lanink.gamecore.form.response declared as NPCRequestPacket.RequestTypeModifier and TypeFieldDescriptionprivate final NPCRequestPacket.RequestTypeFormResponseDialog.requestType -
Uses of NPCRequestPacket.RequestType in cn.lanink.gamecore.utils.packet
Methods in cn.lanink.gamecore.utils.packet that return NPCRequestPacket.RequestTypeModifier and TypeMethodDescriptionNPCRequestPacket.getRequestType()static NPCRequestPacket.RequestTypeReturns the enum constant of this type with the specified name.static NPCRequestPacket.RequestType[]NPCRequestPacket.RequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.lanink.gamecore.utils.packet with parameters of type NPCRequestPacket.RequestTypeModifier and TypeMethodDescriptionvoidNPCRequestPacket.setRequestType(NPCRequestPacket.RequestType requestType)