Uses of Enum Class
zombie.entity.components.resources.ResourceIO
Packages that use ResourceIO
-
Uses of ResourceIO in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting with parameters of type ResourceIOModifier and TypeMethodDescriptionstatic Resource
CraftUtil.findResourceOrEmpty
(ResourceIO resourceIO, List<Resource> list, Fluid fluid, float float1, Resource resource3, HashSet<Resource> hashSet) static Resource
CraftUtil.findResourceOrEmpty
(ResourceIO resourceIO, List<Resource> list, Energy energy, float float0, Resource resource2, HashSet<Resource> hashSet) static Resource
CraftUtil.findResourceOrEmpty
(ResourceIO resourceIO, List<Resource> list, InventoryItem inventoryItem, int int0, Resource resource, HashSet<Resource> hashSet) static Resource
CraftUtil.findResourceOrEmpty
(ResourceIO resourceIO, List<Resource> list, Item item, int int1, Resource resource2, HashSet<Resource> hashSet) -
Uses of ResourceIO in zombie.entity.components.resources
Subclasses with type arguments of type ResourceIO in zombie.entity.components.resourcesMethods in zombie.entity.components.resources that return ResourceIOModifier and TypeMethodDescriptionstatic ResourceIO
ResourceIO.fromId
(byte byte0) Resource.getIO()
ResourceBlueprint.getIO()
static ResourceIO
Returns the enum constant of this class with the specified name.static ResourceIO[]
ResourceIO.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.components.resources with parameters of type ResourceIOModifier and TypeMethodDescriptionstatic ResourceBlueprint
ResourceBlueprint.alloc
(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) ResourceGroup.getResources
(List<Resource> list, ResourceIO resourceIO) ResourceGroup.getResources
(List<Resource> list, ResourceIO resourceIO, ResourceChannel resourceChannel) ResourceGroup.getResources
(List<Resource> list, ResourceIO resourceIO, ResourceType resourceType) Resources.getResources
(List<Resource> list, ResourceIO resourceIO) Resources.getResources
(List<Resource> list, ResourceIO resourceIO, ResourceChannel resourceChannel) Resources.getResources
(List<Resource> list, ResourceIO resourceIO, ResourceType resourceType) Resources.getResourcesFromGroup
(String string, List<Resource> list, ResourceIO resourceIO) Resources.getResourcesFromGroup
(String string, List<Resource> list, ResourceIO resourceIO, ResourceChannel resourceChannel) Resources.getResourcesFromGroup
(String string, List<Resource> list, ResourceIO resourceIO, ResourceType resourceType) static String
ResourceBlueprint.Serialize
(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore)