Package net.minecraft.client.resource
Class FoliageColormapResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<int[]>
net.minecraft.client.resource.FoliageColormapResourceSupplier
- All Implemented Interfaces:
- ResourceReloader
@Environment(CLIENT)
public class FoliageColormapResourceSupplier
extends SinglePreparationResourceReloader<int[]>
- Mappings:
- Namespace - Name - named - net/minecraft/client/resource/FoliageColormapResourceSupplier- intermediary - net/minecraft/class_1070- official - hfn
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloaderResourceReloader.Synchronizer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidapply(int[] int2, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.protected int[]reload(ResourceManager resourceManager, Profiler profiler) Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloaderprepare, reloadMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloadergetName
- 
Field Details- 
FOLIAGE_COLORMAP- Mappings:
- Namespace - Name - Mixin selector - named - FOLIAGE_COLORMAP- Lnet/minecraft/client/resource/FoliageColormapResourceSupplier;FOLIAGE_COLORMAP:Lnet/minecraft/util/Identifier;- intermediary - field_5303- Lnet/minecraft/class_1070;field_5303:Lnet/minecraft/class_2960;- official - a- Lhfn;a:Lakv;
 
 
- 
- 
Constructor Details- 
FoliageColormapResourceSupplierpublic FoliageColormapResourceSupplier()
 
- 
- 
Method Details- 
reload- Mappings:
- Namespace - Name - Mixin selector - named - reload- Lnet/minecraft/client/resource/FoliageColormapResourceSupplier;reload(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)[I- intermediary - method_18660- Lnet/minecraft/class_1070;method_18660(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)[I- official - a- Lhfn;a(Laup;Lbou;)[I
 
- 
applyDescription copied from class:SinglePreparationResourceReloaderHandles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload. - Specified by:
- applyin class- SinglePreparationResourceReloader<int[]>
- Parameters:
- int2- the prepared object
- resourceManager- the resource manager
- profiler- the apply profiler
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/client/resource/FoliageColormapResourceSupplier;apply([ILnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V- intermediary - method_18659- Lnet/minecraft/class_1070;method_18659([ILnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V- official - a- Lhfn;a([ILaup;Lbou;)V
 
 
-