Uses of Class
zombie.entity.components.attributes.AttributeType.Enum
Packages that use AttributeType.Enum
-
Uses of AttributeType.Enum in zombie.entity.components.attributes
Subclasses with type arguments of type AttributeType.Enum in zombie.entity.components.attributesFields in zombie.entity.components.attributes declared as AttributeType.EnumModifier and TypeFieldDescriptionstatic final AttributeType.Enum<TestEnum> Attribute.TestItemTypeMethods in zombie.entity.components.attributes with parameters of type AttributeType.EnumModifier and TypeMethodDescriptionAttributeContainer.get(AttributeType.Enum<E> type) AttributeContainer.get(AttributeType.Enum<E> type, E defaultTo) AttributeContainer.put(AttributeType.Enum<E> type, E value) AttributeContainer.set(AttributeType.Enum<E> type, E value)