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
Methods in zombie.entity.components.attributes that return AttributeTypeModifier and TypeMethodDescriptionAttributeContainer.getKey
(int arg0) static AttributeType
Attribute.TypeFromId
(short arg0) static AttributeType
Attribute.TypeFromName
(String arg0) 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 arg0) boolean
AttributeContainer.contains
(AttributeType arg0) static float
AttributeUtil.convertAttribute
(InventoryItem arg0, AttributeType arg1, AttributeType arg2) static float
AttributeUtil.convertAttributeToRange
(InventoryItem arg0, AttributeType arg1, float arg2, float arg3) static float
AttributeUtil.convertAttributeToUnit
(InventoryItem arg0, AttributeType arg1) static AttributeInstance
AttributeFactory.Create
(AttributeType attributeType) static <T extends AttributeInstance>
TAttributeFactory.CreateTyped
(AttributeType attributeType) AttributeContainer.getAttribute
(AttributeType arg0) static float
AttributeUtil.getAttributeAverage
(ArrayList<InventoryItem> arrayList, AttributeType attributeType) final boolean
AttributeContainer.putFromScript
(AttributeType arg0, String arg1) void
AttributeContainer.remove
(AttributeType arg0) 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[] strings) GeneratorEnumSetAttribute
(AttributeType attributeTypex, GeneratorEnumSetAttribute.Mode modex, String[] strings) GeneratorEnumStringSetAttribute
(AttributeType attributeTypex, GeneratorEnumStringSetAttribute.Mode modex, float float0, String[] strings0, String[] strings1) GeneratorEnumStringSetAttribute
(AttributeType attributeTypex, GeneratorEnumStringSetAttribute.Mode modex, String[] strings0, String[] strings1) 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)