Uses of Class
de.rpgframework.genericrpg.items.PieceOfGear
Packages that use PieceOfGear
Package
Description
-
Uses of PieceOfGear in de.rpgframework.character
Classes in de.rpgframework.character with type parameters of type PieceOfGearModifier and TypeInterfaceDescriptioninterfaceRuleSpecificCharacterObject<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear>This interface must be implemented by a character object of a plugin adding support to serialize characters. -
Uses of PieceOfGear in de.rpgframework.genericrpg.chargen
Classes in de.rpgframework.genericrpg.chargen with type parameters of type PieceOfGearModifier and TypeClassDescriptionclassAEquipmentController<E extends IVariantMode, U extends IUsageMode, A extends PieceOfGearVariant<E>, B extends AlternateUsage<U>, I extends PieceOfGear<E,U, A, B>> interfaceEquipmentController<I extends PieceOfGear, C extends CarriedItem<I>> -
Uses of PieceOfGear in de.rpgframework.genericrpg.data
Classes in de.rpgframework.genericrpg.data with type parameters of type PieceOfGearModifier and TypeClassDescriptionclassCommonCharacter<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear>Methods in de.rpgframework.genericrpg.data with parameters of type PieceOfGearModifier and TypeMethodDescriptionstatic PossibleGenericRPGTools.areAllDecisionsPresent(PieceOfGear<?, ?, ?, ?> model, String variantID, Decision... decisions) -
Uses of PieceOfGear in de.rpgframework.genericrpg.items
Classes in de.rpgframework.genericrpg.items with type parameters of type PieceOfGearModifier and TypeClassDescriptionclassAAvailableSlot<H extends Hook, T extends PieceOfGear>classCarriedItem<T extends PieceOfGear>classCarriedItemController<T extends PieceOfGear>Methods in de.rpgframework.genericrpg.items with type parameters of type PieceOfGearModifier 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)