Uses of Class
zombie.entity.components.attributes.AttributeInstance
Packages that use AttributeInstance
-
Uses of AttributeInstance in zombie.entity.components.attributes
Classes in zombie.entity.components.attributes with type parameters of type AttributeInstanceModifier and TypeClassDescriptionclass
AttributeInstance<C extends AttributeInstance<C,
T>, T extends AttributeType> Subclasses of AttributeInstance in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic class
static class
static class
static class
AttributeInstance.Enum<E extends Enum<E> & IOEnum>
static class
AttributeInstance.EnumSet<E extends Enum<E> & IOEnum>
static class
AttributeInstance.EnumStringSet<E extends Enum<E> & IOEnum>
static class
static class
static class
static class
AttributeInstance.Numeric<C extends AttributeInstance.Numeric<C,
T>, T extends AttributeType.Numeric<T, ?>> static class
static class
Methods in zombie.entity.components.attributes with type parameters of type AttributeInstanceModifier and TypeMethodDescriptionstatic <T extends AttributeInstance>
TAttributeFactory.CreateTyped
(AttributeType attributeType) Methods in zombie.entity.components.attributes that return AttributeInstanceModifier and TypeMethodDescriptionstatic AttributeInstance
AttributeFactory.Create
(AttributeType attributeType) AttributeContainer.getAttribute
(int int0) AttributeContainer.getAttribute
(AttributeType attributeType) Method parameters in zombie.entity.components.attributes with type arguments of type AttributeInstanceModifier and TypeMethodDescriptionvoid
AttributeContainer.forEach
(BiConsumer<AttributeType, AttributeInstance> biConsumer)