Uses of Enum Class
de.rpgframework.genericrpg.items.CarryMode
Packages that use CarryMode
-
Uses of CarryMode in de.rpgframework.genericrpg.items
Subclasses with type arguments of type CarryMode in de.rpgframework.genericrpg.itemsMethods in de.rpgframework.genericrpg.items that return CarryModeModifier and TypeMethodDescriptionCarriedItem.getCarryMode()Usage.getMode()static CarryModeReturns the enum constant of this class with the specified name.static CarryMode[]CarryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.rpgframework.genericrpg.items with parameters of type CarryModeModifier and TypeMethodDescriptionstatic <T extends PieceOfGear>
OperationResult<CarriedItem<T>> GearTool.buildItem(T template, CarryMode mode, Lifeform charac, boolean strict, Decision... decisions) static <T extends PieceOfGear>
OperationResult<CarriedItem<T>> GearTool.buildItem(T template, CarryMode mode, PieceOfGearVariant<? extends IVariantMode> variant, Lifeform charac, boolean strict, Decision... decisions) static <T extends PieceOfGear>
OperationResult<CarriedItem<T>> GearTool.buildItem(T template, CarryMode mode, PieceOfGearVariant<? extends IVariantMode> variant, Lifeform charac, boolean strict, IReferenceResolver context, Decision... decisions) PieceOfGear.getVariant(CarryMode carry) voidCarriedItem.setCarryMode(CarryMode mode) Constructors in de.rpgframework.genericrpg.items with parameters of type CarryModeModifierConstructorDescriptionCarriedItem(T item, PieceOfGearVariant<?> variant, CarryMode mode) Use the item in NORMAL usage