Uses of Record Class
dev.crafty.core.items.ItemActionCondition
Packages that use ItemActionCondition
-
Uses of ItemActionCondition in dev.crafty.core.items
Methods in dev.crafty.core.items that return types with arguments of type ItemActionConditionModifier and TypeMethodDescription@Nullable List
<ItemActionCondition> ItemAction.conditions()
Returns the value of theconditions
record component.Constructor parameters in dev.crafty.core.items with type arguments of type ItemActionConditionModifierConstructorDescriptionItemAction
(String actionId, @Nullable List<ItemActionCondition> conditions) Creates an instance of aItemAction
record class.