Package net.minecraft
Class class_10831
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<int[]>
net.minecraft.class_10831
- All Implemented Interfaces:
ResourceReloader
- Mappings:
Namespace Name named net/minecraft/class_10831intermediary net/minecraft/class_10831official hkj
-
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[]method_68169(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
-
field_57108
- Mappings:
Namespace Name Mixin selector named field_57108Lnet/minecraft/class_10831;field_57108:Lnet/minecraft/util/Identifier;intermediary field_57108Lnet/minecraft/class_10831;field_57108:Lnet/minecraft/class_2960;official aLhkj;a:Lalg;
-
-
Constructor Details
-
class_10831
public class_10831()
-
-
Method Details
-
method_68169
- Mappings:
Namespace Name Mixin selector named method_68169Lnet/minecraft/class_10831;method_68169(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)[Iintermediary method_68169Lnet/minecraft/class_10831;method_68169(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)[Iofficial aLhkj;a(Lavd;Lbqq;)[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 named applyLnet/minecraft/class_10831;apply([ILnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)Vintermediary method_68170Lnet/minecraft/class_10831;method_68170([ILnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vofficial aLhkj;a([ILavd;Lbqq;)V
-