Uses of Enum Class
eu.cloudnetservice.modules.npc.impl._deprecated.NPCAction
Packages that use NPCAction
-
Uses of NPCAction in eu.cloudnetservice.modules.npc.impl._deprecated
Subclasses with type arguments of type NPCAction in eu.cloudnetservice.modules.npc.impl._deprecatedFields in eu.cloudnetservice.modules.npc.impl._deprecated declared as NPCActionModifier and TypeFieldDescriptionprivate NPCActionCloudNPC.leftClickActionprivate NPCActionCloudNPC.rightClickActionMethods in eu.cloudnetservice.modules.npc.impl._deprecated that return NPCActionModifier and TypeMethodDescriptionCloudNPC.leftClickAction()CloudNPC.rightClickAction()static NPCActionReturns the enum constant of this class with the specified name.static NPCAction[]NPCAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.modules.npc.impl._deprecated with parameters of type NPCActionModifier and TypeMethodDescriptionvoidCloudNPC.leftClickAction(NPCAction leftClickAction) voidCloudNPC.rightClickAction(NPCAction rightClickAction)