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 TypeClassDescriptionclassAttributeInstance<C extends AttributeInstance<C,T>, T extends AttributeType> Subclasses of AttributeInstance in zombie.entity.components.attributesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classAttributeInstance.Enum<E extends Enum<E> & IOEnum>static classAttributeInstance.EnumSet<E extends Enum<E> & IOEnum>static classAttributeInstance.EnumStringSet<E extends Enum<E> & IOEnum>static classstatic classstatic classstatic classAttributeInstance.Numeric<C extends AttributeInstance.Numeric<C,T>, T extends AttributeType.Numeric<T, ?>> static classstatic classMethods 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 AttributeInstanceAttributeFactory.Create(AttributeType attributeType) AttributeContainer.getAttribute(int arg0) AttributeContainer.getAttribute(AttributeType arg0) Method parameters in zombie.entity.components.attributes with type arguments of type AttributeInstanceModifier and TypeMethodDescriptionvoidAttributeContainer.forEach(BiConsumer<AttributeType, AttributeInstance> biConsumer)