Uses of Class
net.citizensnpcs.trait.shop.NPCShopAction
-
Uses of NPCShopAction in net.citizensnpcs.trait
Modifier and TypeMethodDescriptionvoid
ShopTrait.NPCShopItem.changeCost
(Function<NPCShopAction, Boolean> filter, NPCShopAction cost) void
ShopTrait.NPCShopItem.changeResult
(Function<NPCShopAction, Boolean> filter, NPCShopAction result) Modifier and TypeMethodDescriptionShopTrait.NPCShopItem.apply
(List<NPCShopAction> actions, Function<NPCShopAction, NPCShopAction.Transaction> func) ShopTrait.NPCShopItem.apply
(List<NPCShopAction> actions, Function<NPCShopAction, NPCShopAction.Transaction> func) void
ShopTrait.NPCShopItem.changeCost
(Function<NPCShopAction, Boolean> filter, NPCShopAction cost) void
ShopTrait.NPCShopItem.changeResult
(Function<NPCShopAction, Boolean> filter, NPCShopAction result) -
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)