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[]>
- Mappings:
Namespace Name official esdintermediary net/minecraft/class_1070named net/minecraft/client/resource/FoliageColormapResourceSupplier
-
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
- Mappings:
Namespace Name Mixin selector official aLesd;a:Lwb;intermediary field_5303Lnet/minecraft/class_1070;field_5303:Lnet/minecraft/class_2960;named FOLIAGE_COLORMAPLnet/minecraft/client/resource/FoliageColormapResourceSupplier;FOLIAGE_COLORMAP:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
FoliageColormapResourceSupplier
public FoliageColormapResourceSupplier()
-
-
Method Details
-
reload
- Mappings:
Namespace Name Mixin selector official aLesd;a(Lacx;Laos;)[Iintermediary method_18660Lnet/minecraft/class_1070;method_18660(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)[Inamed reloadLnet/minecraft/client/resource/FoliageColormapResourceSupplier;reload(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)[I
-
apply
- Specified by:
applyin classSinglePreparationResourceReloadListener<int[]>- Mappings:
Namespace Name Mixin selector official aLesd;a([ILacx;Laos;)Vintermediary method_18659Lnet/minecraft/class_1070;method_18659([ILnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vnamed applyLnet/minecraft/client/resource/FoliageColormapResourceSupplier;apply([ILnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-