Package net.minecraft.client.resource
Class DryFoliageColormapResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<int[]>
net.minecraft.client.resource.DryFoliageColormapResourceSupplier
- All Implemented Interfaces:
ResourceReloader
@Environment(CLIENT)
public class DryFoliageColormapResourceSupplier
extends SinglePreparationResourceReloader<int[]>
- Mappings:
Namespace Name named net/minecraft/client/resource/DryFoliageColormapResourceSupplier
intermediary net/minecraft/class_10831
official hsk
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(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.SinglePreparationResourceReloader
prepare, reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
DRY_FOLIAGE_COLORMAP
- Mappings:
Namespace Name Mixin selector named DRY_FOLIAGE_COLORMAP
Lnet/minecraft/client/resource/DryFoliageColormapResourceSupplier;DRY_FOLIAGE_COLORMAP:Lnet/minecraft/util/Identifier;
intermediary field_57108
Lnet/minecraft/class_10831;field_57108:Lnet/minecraft/class_2960;
official a
Lhsk;a:Lame;
-
-
Constructor Details
-
DryFoliageColormapResourceSupplier
public DryFoliageColormapResourceSupplier()
-
-
Method Details
-
reload
- Mappings:
Namespace Name Mixin selector named reload
Lnet/minecraft/client/resource/DryFoliageColormapResourceSupplier;reload(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)[I
intermediary method_68169
Lnet/minecraft/class_10831;method_68169(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)[I
official a
Lhsk;a(Laxo;Lbtt;)[I
-
apply
Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<int[]>
- Parameters:
int2
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/client/resource/DryFoliageColormapResourceSupplier;apply([ILnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
intermediary method_68170
Lnet/minecraft/class_10831;method_68170([ILnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
official a
Lhsk;a([ILaxo;Lbtt;)V
-