Class WaypointStyleAssetManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,WaypointStyleAsset>>
net.minecraft.resource.JsonDataLoader<WaypointStyleAsset>
net.minecraft.client.resource.waypoint.WaypointStyleAssetManager
- All Implemented Interfaces:
ResourceReloader
@Environment(CLIENT)
public class WaypointStyleAssetManager
extends JsonDataLoader<WaypointStyleAsset>
- Mappings:
Namespace Name named net/minecraft/client/resource/waypoint/WaypointStyleAssetManagerintermediary net/minecraft/class_11327official idq
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Key<T>, ResourceReloader.Store, ResourceReloader.Synchronizer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceFinderprivate static final WaypointStyleAssetprivate Map<RegistryKey<WaypointStyle>, WaypointStyleAsset> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(Map<Identifier, WaypointStyleAsset> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get(RegistryKey<WaypointStyle> key) Methods inherited from class net.minecraft.resource.JsonDataLoader
load, load, prepareMethods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
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, prepareSharedState
-
Field Details
-
FINDER
- Mappings:
Namespace Name Mixin selector named FINDERLnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;FINDER:Lnet/minecraft/resource/ResourceFinder;intermediary field_60325Lnet/minecraft/class_11327;field_60325:Lnet/minecraft/class_7654;official aLidq;a:Lamc;
-
MISSING
- Mappings:
Namespace Name Mixin selector named MISSINGLnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;MISSING:Lnet/minecraft/client/resource/waypoint/WaypointStyleAsset;intermediary field_60326Lnet/minecraft/class_11327;field_60326:Lnet/minecraft/class_11326;official bLidq;b:Lidp;
-
registry
- Mappings:
Namespace Name Mixin selector named registryLnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;registry:Ljava/util/Map;intermediary field_60327Lnet/minecraft/class_11327;field_60327:Ljava/util/Map;official cLidq;c:Ljava/util/Map;
-
-
Constructor Details
-
WaypointStyleAssetManager
public WaypointStyleAssetManager()
-
-
Method Details
-
apply
protected void apply(Map<Identifier, WaypointStyleAsset> map, ResourceManager resourceManager, Profiler profiler) 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<Map<Identifier,WaypointStyleAsset>> - Parameters:
map- the prepared objectresourceManager- the resource managerprofiler- the apply profiler- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)Vintermediary method_71328Lnet/minecraft/class_11327;method_71328(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vofficial aLidq;a(Ljava/util/Map;Lbap;Lbya;)V
-
get
- Mappings:
Namespace Name Mixin selector named getLnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;get(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/resource/waypoint/WaypointStyleAsset;intermediary method_71326Lnet/minecraft/class_11327;method_71326(Lnet/minecraft/class_5321;)Lnet/minecraft/class_11326;official aLidq;a(Lami;)Lidp;
-