Package net.minecraft.client.resource
Class GrassColormapResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<int[]>
net.minecraft.client.resource.GrassColormapResourceSupplier
- All Implemented Interfaces:
 ResourceReloader
@Environment(CLIENT)
public class GrassColormapResourceSupplier
extends SinglePreparationResourceReloader<int[]>
- Mappings:
 Namespace Name official fvpintermediary net/minecraft/class_1069named net/minecraft/client/resource/GrassColormapResourceSupplier
- 
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 voidapply(int[] int2, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.protected int[]tryLoad(ResourceManager resourceManager, Profiler profiler) Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
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.ResourceReloader
getName 
- 
Field Details
- 
GRASS_COLORMAP_LOC
- Mappings:
 Namespace Name Mixin selector official aLfvp;a:Lacq;intermediary field_5302Lnet/minecraft/class_1069;field_5302:Lnet/minecraft/class_2960;named GRASS_COLORMAP_LOCLnet/minecraft/client/resource/GrassColormapResourceSupplier;GRASS_COLORMAP_LOC:Lnet/minecraft/util/Identifier;
 
 - 
 - 
Constructor Details
- 
GrassColormapResourceSupplier
public GrassColormapResourceSupplier() 
 - 
 - 
Method Details
- 
tryLoad
- Mappings:
 Namespace Name Mixin selector official aLfvp;a(Lakx;Lban;)[Iintermediary method_18662Lnet/minecraft/class_1069;method_18662(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)[Inamed tryLoadLnet/minecraft/client/resource/GrassColormapResourceSupplier;tryLoad(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)[I
 - 
apply
Description 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 classSinglePreparationResourceReloader<int[]>- Parameters:
 int2- the prepared objectresourceManager- the resource managerprofiler- the apply profiler- Mappings:
 Namespace Name Mixin selector official aLfvp;a([ILakx;Lban;)Vintermediary method_18661Lnet/minecraft/class_1069;method_18661([ILnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vnamed applyLnet/minecraft/client/resource/GrassColormapResourceSupplier;apply([ILnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
 
 -