Uses of Class
net.citizensnpcs.trait.shop.NPCShopAction
Packages that use NPCShopAction
-
Uses of NPCShopAction in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait that return types with arguments of type NPCShopAction -
Uses of NPCShopAction in net.citizensnpcs.trait.shop
Subclasses of NPCShopAction in net.citizensnpcs.trait.shopModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.citizensnpcs.trait.shop that return NPCShopActionMethods in net.citizensnpcs.trait.shop with parameters of type NPCShopActionModifier and TypeMethodDescriptionCommandAction.CommandActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) ExperienceAction.ExperienceActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) ItemAction.ItemActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) MoneyAction.MoneyActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) NPCShopAction.GUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) OpenShopAction.OpenShopActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) PermissionAction.PermissionActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) CommandAction.CommandActionGUI.createMenuItem
(NPCShopAction previous) ExperienceAction.ExperienceActionGUI.createMenuItem
(NPCShopAction previous) ItemAction.ItemActionGUI.createMenuItem
(NPCShopAction previous) MoneyAction.MoneyActionGUI.createMenuItem
(NPCShopAction previous) NPCShopAction.GUI.createMenuItem
(NPCShopAction previous) OpenShopAction.OpenShopActionGUI.createMenuItem
(NPCShopAction previous) PermissionAction.PermissionActionGUI.createMenuItem
(NPCShopAction previous) boolean
CommandAction.CommandActionGUI.manages
(NPCShopAction action) boolean
ExperienceAction.ExperienceActionGUI.manages
(NPCShopAction action) boolean
ItemAction.ItemActionGUI.manages
(NPCShopAction action) boolean
MoneyAction.MoneyActionGUI.manages
(NPCShopAction action) boolean
NPCShopAction.GUI.manages
(NPCShopAction action) boolean
OpenShopAction.OpenShopActionGUI.manages
(NPCShopAction action) boolean
PermissionAction.PermissionActionGUI.manages
(NPCShopAction action) Method parameters in net.citizensnpcs.trait.shop with type arguments of type NPCShopActionModifier and TypeMethodDescriptionCommandAction.CommandActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) ExperienceAction.ExperienceActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) ItemAction.ItemActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) MoneyAction.MoneyActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) NPCShopAction.GUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) OpenShopAction.OpenShopActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) PermissionAction.PermissionActionGUI.createEditor
(NPCShopAction previous, Consumer<NPCShopAction> callback) static void
NPCShopAction.register
(Class<? extends NPCShopAction> clazz, String type, NPCShopAction.GUI gui) Constructor parameters in net.citizensnpcs.trait.shop with type arguments of type NPCShopActionModifierConstructorDescriptionCommandActionEditor
(CommandAction base, Consumer<NPCShopAction> callback) ItemActionEditor
(ItemAction base, Consumer<NPCShopAction> callback) PermissionActionEditor
(PermissionAction base, Consumer<NPCShopAction> callback)