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 ResourceTypeResourceType.fromId(byte id) Resource.getType()ResourceBlueprint.getType()static ResourceTypeReturns 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 ResourceBlueprintResourceBlueprint.alloc(String id, ResourceType type, ResourceIO io, float capacity, String filter, ResourceChannel channel, EnumBitStore<ResourceFlag> flags) ResourceGroup.getResources(List<Resource> list, ResourceIO io, ResourceType type) ResourceGroup.getResources(List<Resource> list, ResourceType type) Resources.getResources(List<Resource> list, ResourceIO io, ResourceType type) Resources.getResources(List<Resource> list, ResourceType type) Resources.getResourcesFromGroup(String group, List<Resource> list, ResourceIO io, ResourceType type) Resources.getResourcesFromGroup(String group, List<Resource> list, ResourceType type) static StringResourceBlueprint.Serialize(String id, ResourceType type, ResourceIO io, float capacity, boolean stackAnyItem, String filter, ResourceChannel channel, EnumBitStore<ResourceFlag> flags) -
Uses of ResourceType in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return ResourceType