Uses of Class
eu.cloudnetservice.modules.npc.impl._deprecated.configuration.NPCConfigurationEntry.ItemLayout
Packages that use NPCConfigurationEntry.ItemLayout
Package
Description
-
Uses of NPCConfigurationEntry.ItemLayout in eu.cloudnetservice.modules.npc.impl._deprecated.configuration
Fields in eu.cloudnetservice.modules.npc.impl._deprecated.configuration declared as NPCConfigurationEntry.ItemLayoutModifier and TypeFieldDescriptionprivate NPCConfigurationEntry.ItemLayoutNPCConfigurationEntry.emptyItemprivate NPCConfigurationEntry.ItemLayoutNPCConfigurationEntry.fullItemprivate NPCConfigurationEntry.ItemLayoutNPCConfigurationEntry.onlineItemFields in eu.cloudnetservice.modules.npc.impl._deprecated.configuration with type parameters of type NPCConfigurationEntry.ItemLayoutModifier and TypeFieldDescriptionprivate Map<Integer, NPCConfigurationEntry.ItemLayout> NPCConfigurationEntry.inventoryLayoutMethods in eu.cloudnetservice.modules.npc.impl._deprecated.configuration that return NPCConfigurationEntry.ItemLayoutModifier and TypeMethodDescriptionNPCConfigurationEntry.emptyItem()NPCConfigurationEntry.fullItem()NPCConfigurationEntry.onlineItem()Methods in eu.cloudnetservice.modules.npc.impl._deprecated.configuration that return types with arguments of type NPCConfigurationEntry.ItemLayoutMethods in eu.cloudnetservice.modules.npc.impl._deprecated.configuration with parameters of type NPCConfigurationEntry.ItemLayoutModifier and TypeMethodDescriptionvoidNPCConfigurationEntry.setEmptyItem(NPCConfigurationEntry.ItemLayout emptyItem) voidNPCConfigurationEntry.setFullItem(NPCConfigurationEntry.ItemLayout fullItem) voidNPCConfigurationEntry.setOnlineItem(NPCConfigurationEntry.ItemLayout onlineItem) Method parameters in eu.cloudnetservice.modules.npc.impl._deprecated.configuration with type arguments of type NPCConfigurationEntry.ItemLayoutModifier and TypeMethodDescriptionvoidNPCConfigurationEntry.setInventoryLayout(Map<Integer, NPCConfigurationEntry.ItemLayout> inventoryLayout) Constructors in eu.cloudnetservice.modules.npc.impl._deprecated.configuration with parameters of type NPCConfigurationEntry.ItemLayoutModifierConstructorDescriptionNPCConfigurationEntry(String targetGroup, double infoLineDistance, double knockbackDistance, double knockbackStrength, int inventorySize, int startSlot, int endSlot, boolean showFullServices, NPCConfigurationEntry.ItemLayout onlineItem, NPCConfigurationEntry.ItemLayout emptyItem, NPCConfigurationEntry.ItemLayout fullItem, Map<Integer, NPCConfigurationEntry.ItemLayout> inventoryLayout, NPCConfigurationEntry.LabyModEmotes labyModEmotes, long npcTabListRemoveTicks) NPCConfigurationEntry(String targetGroup, double infoLineDistance, int inventorySize, int startSlot, int endSlot, boolean showFullServices, NPCConfigurationEntry.ItemLayout onlineItem, NPCConfigurationEntry.ItemLayout emptyItem, NPCConfigurationEntry.ItemLayout fullItem, Map<Integer, NPCConfigurationEntry.ItemLayout> inventoryLayout, NPCConfigurationEntry.LabyModEmotes labyModEmotes, long npcTabListRemoveTicks) Constructor parameters in eu.cloudnetservice.modules.npc.impl._deprecated.configuration with type arguments of type NPCConfigurationEntry.ItemLayoutModifierConstructorDescriptionNPCConfigurationEntry(String targetGroup, double infoLineDistance, double knockbackDistance, double knockbackStrength, int inventorySize, int startSlot, int endSlot, boolean showFullServices, NPCConfigurationEntry.ItemLayout onlineItem, NPCConfigurationEntry.ItemLayout emptyItem, NPCConfigurationEntry.ItemLayout fullItem, Map<Integer, NPCConfigurationEntry.ItemLayout> inventoryLayout, NPCConfigurationEntry.LabyModEmotes labyModEmotes, long npcTabListRemoveTicks) NPCConfigurationEntry(String targetGroup, double infoLineDistance, int inventorySize, int startSlot, int endSlot, boolean showFullServices, NPCConfigurationEntry.ItemLayout onlineItem, NPCConfigurationEntry.ItemLayout emptyItem, NPCConfigurationEntry.ItemLayout fullItem, Map<Integer, NPCConfigurationEntry.ItemLayout> inventoryLayout, NPCConfigurationEntry.LabyModEmotes labyModEmotes, long npcTabListRemoveTicks) -
Uses of NPCConfigurationEntry.ItemLayout in eu.cloudnetservice.modules.npc.impl.node
Methods in eu.cloudnetservice.modules.npc.impl.node with parameters of type NPCConfigurationEntry.ItemLayoutModifier and TypeMethodDescriptionprivate @NonNull eu.cloudnetservice.modules.npc.configuration.ItemLayoutCloudNetNPCModule.convertItemLayout(NPCConfigurationEntry.ItemLayout oldLayout)