Uses of Enum Class
eu.cloudnetservice.modules.npc.NPC.NPCType
Packages that use NPC.NPCType
-
Uses of NPC.NPCType in eu.cloudnetservice.modules.npc
Subclasses with type arguments of type NPC.NPCType in eu.cloudnetservice.modules.npcFields in eu.cloudnetservice.modules.npc declared as NPC.NPCTypeModifier and TypeFieldDescriptionprivate NPC.NPCTypeNPC.Builder.npcTypeprivate final NPC.NPCTypeNPC.npcTypeMethods in eu.cloudnetservice.modules.npc that return NPC.NPCTypeModifier and TypeMethodDescriptionNPC.npcType()static NPC.NPCTypeReturns the enum constant of this class with the specified name.static NPC.NPCType[]NPC.NPCType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.modules.npc with parameters of type NPC.NPCTypeModifierConstructorDescriptionprivateNPC(@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)