Uses of Enum Class
zombie.entity.components.resources.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in zombie.entity.components.resources
Subclasses with type arguments of type ResourceType in zombie.entity.components.resourcesMethods in zombie.entity.components.resources that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
ResourceType.fromId
(byte byte0) Resource.getType()
ResourceBlueprint.getType()
static ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.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 ResourceTypeModifier 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, ResourceType resourceType) ResourceGroup.getResources
(List<Resource> list, ResourceType resourceType) Resources.getResources
(List<Resource> list, ResourceIO resourceIO, ResourceType resourceType) Resources.getResources
(List<Resource> list, ResourceType resourceType) Resources.getResourcesFromGroup
(String string, List<Resource> list, ResourceIO resourceIO, ResourceType resourceType) Resources.getResourcesFromGroup
(String string, List<Resource> list, ResourceType resourceType) static String
ResourceBlueprint.Serialize
(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) -
Uses of ResourceType in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return ResourceType