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/WaypointStyleAssetManager
intermediary net/minecraft/class_11327
official hsx
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceFinder
private static final WaypointStyleAsset
private Map
<RegistryKey<WaypointStyle>, WaypointStyleAsset> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(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, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
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
-
FINDER
- Mappings:
Namespace Name Mixin selector named FINDER
Lnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;FINDER:Lnet/minecraft/resource/ResourceFinder;
intermediary field_60325
Lnet/minecraft/class_11327;field_60325:Lnet/minecraft/class_7654;
official a
Lhsx;a:Lalx;
-
MISSING
- Mappings:
Namespace Name Mixin selector named MISSING
Lnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;MISSING:Lnet/minecraft/client/resource/waypoint/WaypointStyleAsset;
intermediary field_60326
Lnet/minecraft/class_11327;field_60326:Lnet/minecraft/class_11326;
official b
Lhsx;b:Lhsw;
-
registry
- Mappings:
Namespace Name Mixin selector named registry
Lnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;registry:Ljava/util/Map;
intermediary field_60327
Lnet/minecraft/class_11327;field_60327:Ljava/util/Map;
official c
Lhsx;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: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<Map<Identifier,
WaypointStyleAsset>> - Parameters:
map
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
intermediary method_71328
Lnet/minecraft/class_11327;method_71328(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
official a
Lhsx;a(Ljava/util/Map;Laxo;Lbtt;)V
-
get
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/client/resource/waypoint/WaypointStyleAssetManager;get(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/resource/waypoint/WaypointStyleAsset;
intermediary method_71326
Lnet/minecraft/class_11327;method_71326(Lnet/minecraft/class_5321;)Lnet/minecraft/class_11326;
official a
Lhsx;a(Lamd;)Lhsw;
-