Uses of Enum Class
eu.cloudnetservice.modules.npc.NPC.ClickAction
Packages that use NPC.ClickAction
-
Uses of NPC.ClickAction in eu.cloudnetservice.modules.npc
Subclasses with type arguments of type NPC.ClickAction in eu.cloudnetservice.modules.npcFields in eu.cloudnetservice.modules.npc declared as NPC.ClickActionModifier and TypeFieldDescriptionprivate NPC.ClickActionNPC.Builder.leftClickActionprivate final NPC.ClickActionNPC.leftClickActionprivate NPC.ClickActionNPC.Builder.rightClickActionprivate final NPC.ClickActionNPC.rightClickActionMethods in eu.cloudnetservice.modules.npc that return NPC.ClickActionModifier and TypeMethodDescriptionNPC.leftClickAction()NPC.rightClickAction()static NPC.ClickActionReturns the enum constant of this class with the specified name.static NPC.ClickAction[]NPC.ClickAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.modules.npc with parameters of type NPC.ClickActionModifier and TypeMethodDescriptionNPC.Builder.leftClickAction(@NonNull NPC.ClickAction leftClickAction) NPC.Builder.rightClickAction(@NonNull NPC.ClickAction rightClickAction) Constructors in eu.cloudnetservice.modules.npc with parameters of type NPC.ClickActionModifierConstructorDescriptionprivateNPC(@NonNull NPC.NPCType npcType, @NonNull String targetGroup, @Nullable String inventoryName, @NonNull List<String> infoLines, @NonNull eu.cloudnetservice.modules.bridge.WorldPosition location, boolean lookAtPlayer, boolean imitatePlayer, boolean usePlayerSkin, boolean showIngameServices, boolean showFullServices, boolean glowing, @NonNull String glowingColor, boolean flyingWithElytra, boolean burning, @Nullable String floatingItem, @NonNull NPC.ClickAction leftClickAction, @NonNull NPC.ClickAction rightClickAction, @NonNull Map<Integer, String> items, @NonNull eu.cloudnetservice.driver.document.Document properties) -
Uses of NPC.ClickAction in eu.cloudnetservice.modules.npc.platform
Methods in eu.cloudnetservice.modules.npc.platform with parameters of type NPC.ClickActionModifier and TypeMethodDescriptionvoidPlatformSelectorEntity.executeAction(P player, NPC.ClickAction action)