Package net.minecraft.client.resources
Class WaypointStyleManager
java.lang.Object
net.neoforged.neoforge.resource.ContextAwareReloadListener
net.minecraft.server.packs.resources.SimplePreparableReloadListener<Map<ResourceLocation,WaypointStyle>>
net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener<WaypointStyle>
net.minecraft.client.resources.WaypointStyleManager
- All Implemented Interfaces:
PreparableReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
PreparableReloadListener.PreparationBarrier, PreparableReloadListener.SharedState, PreparableReloadListener.StateKey<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final FileToIdConverterprivate static final WaypointStyleprivate Map<ResourceKey<WaypointStyleAsset>, WaypointStyle> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(Map<ResourceLocation, WaypointStyle> p_419827_, ResourceManager p_419962_, ProfilerFiller p_419731_) get(ResourceKey<WaypointStyleAsset> pKey) Methods inherited from class net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
getPreparedPath, prepare, scanDirectory, scanDirectory, scanDirectoryWithOptionalValuesMethods inherited from class net.minecraft.server.packs.resources.SimplePreparableReloadListener
reloadMethods inherited from class net.neoforged.neoforge.resource.ContextAwareReloadListener
getContext, getRegistryLookup, injectContext, makeConditionalOps, makeConditionalOpsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
getName, prepareSharedState
-
Field Details
-
ASSET_LISTER
-
MISSING
-
waypointStyles
-
-
Constructor Details
-
WaypointStyleManager
public WaypointStyleManager()
-
-
Method Details
-
apply
protected void apply(Map<ResourceLocation, WaypointStyle> p_419827_, ResourceManager p_419962_, ProfilerFiller p_419731_) - Specified by:
applyin classSimplePreparableReloadListener<Map<ResourceLocation,WaypointStyle>>
-
get
-