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 TypeClassDescriptionclassAttributeInstance<C extends AttributeInstance<C,T>, T extends AttributeType> Subclasses of AttributeType in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classAttributeType.Enum<E extends Enum<E> & IOEnum>static classAttributeType.EnumSet<E extends Enum<E> & IOEnum>static classAttributeType.EnumStringSet<E extends Enum<E> & IOEnum>static classstatic classstatic classstatic classAttributeType.Numeric<C extends AttributeType.Numeric<C,T>, T extends Number> static classstatic classMethods in zombie.entity.components.attributes that return AttributeTypeModifier and TypeMethodDescriptionAttributeContainer.getKey(int index) static AttributeTypeAttribute.TypeFromId(short value) static AttributeTypeAttribute.TypeFromName(String name) 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 TypeMethodDescriptionbooleanAttributeContainer.add(AttributeType type) booleanAttributeContainer.contains(AttributeType type) static floatAttributeUtil.convertAttribute(InventoryItem item, AttributeType attribute, AttributeType target) static floatAttributeUtil.convertAttributeToRange(InventoryItem item, AttributeType attribute, float rangeMin, float rangeMax) static floatAttributeUtil.convertAttributeToUnit(InventoryItem item, AttributeType attribute) static AttributeInstanceAttributeFactory.Create(AttributeType type) static <T extends AttributeInstance>
TAttributeFactory.CreateTyped(AttributeType type) AttributeContainer.getAttribute(AttributeType type) static floatAttributeUtil.getAttributeAverage(ArrayList<InventoryItem> items, AttributeType attribute) final booleanAttributeContainer.putFromScript(AttributeType type, String scriptVal) voidAttributeContainer.remove(AttributeType type) Method parameters in zombie.entity.components.attributes with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeContainer.forEach(BiConsumer<AttributeType, AttributeInstance> action) -
Uses of AttributeType in zombie.scripting.itemConfig.generators
Constructors in zombie.scripting.itemConfig.generators with parameters of type AttributeTypeModifierConstructorDescriptionGeneratorBoolAttribute(AttributeType attributeType, boolean b) GeneratorBoolAttribute(AttributeType attributeType, float chance, boolean b) GeneratorEnumAttribute(AttributeType attributeType, float chance, String s) GeneratorEnumAttribute(AttributeType attributeType, String s) GeneratorEnumSetAttribute(AttributeType attributeType, GeneratorEnumSetAttribute.Mode mode, float chance, String[] s) GeneratorEnumSetAttribute(AttributeType attributeType, GeneratorEnumSetAttribute.Mode mode, String[] s) GeneratorEnumStringSetAttribute(AttributeType attributeType, GeneratorEnumStringSetAttribute.Mode mode, float chance, String[] enums, String[] strings) GeneratorEnumStringSetAttribute(AttributeType attributeType, GeneratorEnumStringSetAttribute.Mode mode, String[] enums, String[] strings) GeneratorNumericAttribute(AttributeType attributeType, float max) GeneratorNumericAttribute(AttributeType attributeType, float min, float max) GeneratorNumericAttribute(AttributeType attributeType, float chance, float min, float max) GeneratorStringAttribute(AttributeType attributeType, float chance, String s) GeneratorStringAttribute(AttributeType attributeType, String s)