Uses of Class
zombie.entity.components.attributes.AttributeType.Numeric
Packages that use AttributeType.Numeric
-
Uses of AttributeType.Numeric in zombie.entity.components.attributes
Classes in zombie.entity.components.attributes with type parameters of type AttributeType.NumericModifier and TypeClassDescriptionstatic class
AttributeInstance.Numeric<C extends AttributeInstance.Numeric<C,
T>, T extends AttributeType.Numeric<T, ?>> static class
AttributeType.Numeric<C extends AttributeType.Numeric<C,
T>, T extends Number> Subclasses of AttributeType.Numeric in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Methods in zombie.entity.components.attributes that return AttributeType.NumericMethods in zombie.entity.components.attributes with parameters of type AttributeType.NumericModifier and TypeMethodDescriptionfinal float
AttributeContainer.getFloatValue
(AttributeType.Numeric numeric) final float
AttributeContainer.getFloatValue
(AttributeType.Numeric numeric, float float0) final void
AttributeContainer.putFloatValue
(AttributeType.Numeric numeric, float float0) final void
AttributeContainer.setFloatValue
(AttributeType.Numeric numeric, float float0)