Uses of Class
net.minecraft.resource.ResourceReloader.Key
Packages that use ResourceReloader.Key
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceReloader.Key in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as ResourceReloader.KeyModifier and TypeFieldDescriptionstatic final ResourceReloader.Key<AtlasManager.Stitch> AtlasManager.stitchKey -
Uses of ResourceReloader.Key in net.minecraft.resource
Fields in net.minecraft.resource with type parameters of type ResourceReloader.KeyModifier and TypeFieldDescriptionprivate final Map<ResourceReloader.Key<?>, Object> ResourceReloader.Store.storeMethods in net.minecraft.resource with parameters of type ResourceReloader.KeyModifier and TypeMethodDescription<T> TResourceReloader.Store.getOrThrow(ResourceReloader.Key<T> key) Returns the value associated with the given key.<T> voidResourceReloader.Store.put(ResourceReloader.Key<T> key, T value) Inserts a value associated with the given key into the data store.