Package net.minecraft.client.resource
Class FoliageColormapResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloadListener<int[]>
net.minecraft.client.resource.FoliageColormapResourceSupplier
- All Implemented Interfaces:
ResourceReloadListener
@Environment(CLIENT) public class FoliageColormapResourceSupplier extends SinglePreparationResourceReloadListener<int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloadListener
ResourceReloadListener.Synchronizer -
Field Summary
Fields Modifier and Type Field Description private static IdentifierFOLIAGE_COLORMAP -
Constructor Summary
Constructors Constructor Description FoliageColormapResourceSupplier() -
Method Summary
Modifier and Type Method Description protected voidapply(int[] int2, ResourceManager resourceManager, Profiler profiler)protected int[]reload(ResourceManager resourceManager, Profiler profiler)Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloadListener
prepare, reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloadListener
getName
-
Field Details
-
FOLIAGE_COLORMAP
-
-
Constructor Details
-
FoliageColormapResourceSupplier
public FoliageColormapResourceSupplier()
-
-
Method Details
-
reload
-
apply
- Specified by:
applyin classSinglePreparationResourceReloadListener<int[]>
-