Uses of Class
net.citizensnpcs.trait.shop.NPCShopAction
-
Uses of NPCShopAction in net.citizensnpcs.trait
-
Uses of NPCShopAction in net.citizensnpcs.trait.shop
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier 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) Modifier 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) ModifierConstructorDescriptionCommandActionEditor
(CommandAction base, Consumer<NPCShopAction> callback) ItemActionEditor
(ItemAction base, Consumer<NPCShopAction> callback) PermissionActionEditor
(PermissionAction base, Consumer<NPCShopAction> callback)