Uses of Class
zombie.entity.components.attributes.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in zombie.entity.components.attributes
Classes in zombie.entity.components.attributes with type parameters of type AttributeTypeModifier and TypeClassDescriptionclass
AttributeInstance<C extends AttributeInstance<C,
T>, T extends AttributeType> Subclasses of AttributeType in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic class
static class
static class
static class
AttributeType.Enum<E extends Enum<E> & IOEnum>
static class
AttributeType.EnumSet<E extends Enum<E> & IOEnum>
static class
AttributeType.EnumStringSet<E extends Enum<E> & IOEnum>
static class
static class
static class
static class
AttributeType.Numeric<C extends AttributeType.Numeric<C,
T>, T extends Number> static class
static class
Fields in zombie.entity.components.attributes declared as AttributeTypeMethods in zombie.entity.components.attributes that return AttributeTypeModifier and TypeMethodDescriptionAttributeContainer.getKey
(int int0) static AttributeType
Attribute.TypeFromId
(short short0) static AttributeType
Attribute.TypeFromName
(String string) Methods in zombie.entity.components.attributes that return types with arguments of type AttributeTypeMethods in zombie.entity.components.attributes with parameters of type AttributeTypeModifier and TypeMethodDescriptionboolean
AttributeContainer.add
(AttributeType attributeType) boolean
AttributeContainer.contains
(AttributeType attributeType) static float
AttributeUtil.convertAttribute
(InventoryItem inventoryItem, AttributeType attributeType0, AttributeType attributeType1) static float
AttributeUtil.convertAttributeToRange
(InventoryItem inventoryItem, AttributeType attributeType, float float2, float float3) static float
AttributeUtil.convertAttributeToUnit
(InventoryItem inventoryItem, AttributeType attributeType) static AttributeInstance
AttributeFactory.Create
(AttributeType attributeType) static <T extends AttributeInstance>
TAttributeFactory.CreateTyped
(AttributeType attributeType) AttributeContainer.getAttribute
(AttributeType attributeType) static float
AttributeUtil.getAttributeAverage
(ArrayList<InventoryItem> arrayList, AttributeType attributeType) protected AttributeInstance
<?, ?> AttributeContainer.getOrAdd
(AttributeType attributeType) final boolean
AttributeContainer.putFromScript
(AttributeType attributeType, String string) void
AttributeContainer.remove
(AttributeType attributeType) Method parameters in zombie.entity.components.attributes with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoid
AttributeContainer.forEach
(BiConsumer<AttributeType, AttributeInstance> biConsumer) -
Uses of AttributeType in zombie.scripting.itemConfig.generators
Constructors in zombie.scripting.itemConfig.generators with parameters of type AttributeTypeModifierConstructorDescriptionGeneratorBoolAttribute
(AttributeType attributeTypex, boolean boolean0) GeneratorBoolAttribute
(AttributeType attributeTypex, float float0, boolean boolean0) GeneratorEnumAttribute
(AttributeType attributeTypex, float float0, String string) GeneratorEnumAttribute
(AttributeType attributeTypex, String string) GeneratorEnumSetAttribute
(AttributeType attributeTypex, GeneratorEnumSetAttribute.Mode modex, float float0, String[] string) GeneratorEnumSetAttribute
(AttributeType attributeTypex, GeneratorEnumSetAttribute.Mode modex, String[] string) GeneratorEnumStringSetAttribute
(AttributeType attributeTypex, GeneratorEnumStringSetAttribute.Mode modex, float float0, String[] string0, String[] string1) GeneratorEnumStringSetAttribute
(AttributeType attributeTypex, GeneratorEnumStringSetAttribute.Mode modex, String[] string0, String[] string1) GeneratorNumericAttribute
(AttributeType attributeTypex, float float0) GeneratorNumericAttribute
(AttributeType attributeTypex, float float0, float float1) GeneratorNumericAttribute
(AttributeType attributeTypex, float float2, float float0, float float1) GeneratorStringAttribute
(AttributeType attributeTypex, float float0, String string) GeneratorStringAttribute
(AttributeType attributeTypex, String string)