Uses of Class
zombie.entity.util.enums.EnumBitStore
Packages that use EnumBitStore
Package
Description
-
Uses of EnumBitStore in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting that return EnumBitStoreModifier and TypeMethodDescriptionCraftBench.getEnergyInputChannels()CraftBench.getFluidInputChannels() -
Uses of EnumBitStore in zombie.entity.components.resources
Fields in zombie.entity.components.resources declared as EnumBitStoreModifier and TypeFieldDescriptionstatic final EnumBitStore<ResourceChannel> ResourceChannel.BitStoreAllMethods in zombie.entity.components.resources with parameters of type EnumBitStoreModifier and TypeMethodDescriptionstatic ResourceBlueprintResourceBlueprint.alloc(String id, ResourceType type, ResourceIO io, float capacity, String filter, ResourceChannel channel, EnumBitStore<ResourceFlag> flags) static StringResourceBlueprint.Serialize(String id, ResourceType type, ResourceIO io, float capacity, boolean stackAnyItem, String filter, ResourceChannel channel, EnumBitStore<ResourceFlag> flags) -
Uses of EnumBitStore in zombie.entity.util.enums
Methods in zombie.entity.util.enums that return EnumBitStoreModifier 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) Methods in zombie.entity.util.enums with parameters of type EnumBitStoreModifier and TypeMethodDescriptionvoidEnumBitStore.addAll(EnumBitStore<E> other) voidEnumBitStore.copyFrom(EnumBitStore<E> other) static <E extends Enum<E> & IOEnum>
EnumBitStore<E> EnumBitStore.copyOf(EnumBitStore<E> other) -
Uses of EnumBitStore in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return EnumBitStoreModifier and TypeMethodDescriptionCraftBenchScript.getEnergyInputChannels()CraftBenchScript.getFluidInputChannels()