Uses of Interface
zombie.entity.util.enums.IOEnum
Packages that use IOEnum
Package
Description
-
Uses of IOEnum in zombie.entity
Classes in zombie.entity that implement IOEnum -
Uses of IOEnum in zombie.entity.components.attributes
Classes in zombie.entity.components.attributes with type parameters of type IOEnumModifier and TypeClassDescriptionstatic classAttributeInstance.Enum<E extends Enum<E> & IOEnum>static classAttributeInstance.EnumSet<E extends Enum<E> & IOEnum>static classAttributeInstance.EnumStringSet<E extends Enum<E> & IOEnum>static classAttributeType.Enum<E extends Enum<E> & IOEnum>static classAttributeType.EnumSet<E extends Enum<E> & IOEnum>static classAttributeType.EnumStringSet<E extends Enum<E> & IOEnum>classEnumStringObj<E extends Enum<E> & IOEnum>Classes in zombie.entity.components.attributes that implement IOEnumMethods in zombie.entity.components.attributes with type parameters of type IOEnumModifier and TypeMethodDescriptionAttributeUtil.enumValueFromScriptString(Class<E> enumClass, String s) AttributeContainer.get(AttributeType.Enum<E> type) AttributeContainer.get(AttributeType.Enum<E> type, E defaultTo) AttributeContainer.get(AttributeType.EnumSet<E> type) final <E extends Enum<E> & IOEnum>
EnumStringObj<E> AttributeContainer.get(AttributeType.EnumStringSet<E> type) AttributeContainer.put(AttributeType.Enum<E> type, E value) AttributeContainer.put(AttributeType.EnumSet<E> type, EnumSet<E> value) AttributeContainer.put(AttributeType.EnumStringSet<E> type, EnumStringObj<E> value) AttributeContainer.set(AttributeType.Enum<E> type, E value) AttributeContainer.set(AttributeType.EnumSet<E> type, EnumSet<E> value) AttributeContainer.set(AttributeType.EnumStringSet<E> type, EnumStringObj<E> value) AttributeUtil.tryEnumValueFromScriptString(Class<E> enumClass, String s) -
Uses of IOEnum in zombie.entity.components.crafting
Classes in zombie.entity.components.crafting that implement IOEnum -
Uses of IOEnum in zombie.entity.components.resources
Classes in zombie.entity.components.resources that implement IOEnum -
Uses of IOEnum in zombie.entity.util.enums
Classes in zombie.entity.util.enums with type parameters of type IOEnumMethods in zombie.entity.util.enums with type parameters of type IOEnumModifier and TypeMethodDescriptionstatic <E extends Enum<E> & IOEnum>
EnumBitStore<E> static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.copyOf(EnumBitStore<E> other) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E e) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E e1, E e2) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E first, E... rest) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E e1, E e2, E e3) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E e1, E e2, E e3, E e4) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.of(E e1, E e2, E e3, E e4, E e5)