Uses of Class
zombie.entity.components.attributes.AttributeType.Float
Packages that use AttributeType.Float
-
Uses of AttributeType.Float in zombie.entity.components.attributes
Subclasses with type arguments of type AttributeType.Float in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic class
static class
Fields in zombie.entity.components.attributes declared as AttributeType.FloatModifier and TypeFieldDescriptionstatic final AttributeType.Float
Attribute.Sharpness
static final AttributeType.Float
Attribute.TestCondition
static final AttributeType.Float
Attribute.TestQuality
Methods in zombie.entity.components.attributes with parameters of type AttributeType.FloatModifier and TypeMethodDescriptionfinal float
AttributeContainer.get
(AttributeType.Float float0) final float
AttributeContainer.get
(AttributeType.Float float0, float float1) final void
AttributeContainer.put
(AttributeType.Float float0, float float1) final void
AttributeContainer.set
(AttributeType.Float float0, float float1) protected void
AttributeInstance.Float.setType
(AttributeType.Float float0)