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 arg0) static AttributeTypeAttribute.TypeFromId(short arg0) static AttributeTypeAttribute.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 TypeMethodDescriptionbooleanAttributeContainer.add(AttributeType arg0) booleanAttributeContainer.contains(AttributeType arg0) static floatAttributeUtil.convertAttribute(InventoryItem arg0, AttributeType arg1, AttributeType arg2) static floatAttributeUtil.convertAttributeToRange(InventoryItem arg0, AttributeType arg1, float arg2, float arg3) static floatAttributeUtil.convertAttributeToUnit(InventoryItem arg0, AttributeType arg1) static AttributeInstanceAttributeFactory.Create(AttributeType attributeType) static <T extends AttributeInstance>
TAttributeFactory.CreateTyped(AttributeType attributeType) AttributeContainer.getAttribute(AttributeType arg0) static floatAttributeUtil.getAttributeAverage(ArrayList<InventoryItem> arrayList, AttributeType attributeType) final booleanAttributeContainer.putFromScript(AttributeType arg0, String arg1) voidAttributeContainer.remove(AttributeType arg0) Method parameters in zombie.entity.components.attributes with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeContainer.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)