Class ClientMapManager
java.lang.Object
dev.dhyces.trimmed.impl.client.maps.manager.ClientMapManager
- All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener
public class ClientMapManager
extends Object
implements net.minecraft.server.packs.resources.PreparableReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<net.minecraft.util.Unit> future()static <K,V> MapHolder <K, V> static <K,V> void registerBaseKey(MapKey<K, V> key) reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier pPreparationBarrier, net.minecraft.server.packs.resources.ResourceManager pResourceManager, net.minecraft.util.profiling.ProfilerFiller pPreparationsProfiler, net.minecraft.util.profiling.ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor) static voidupdateDatapacksSynced(GameRegistryHolder registryHolder) Methods 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
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
ClientMapManager
public ClientMapManager()
-
-
Method Details
-
registerBaseKey
-
getHolder
-
future
-
updateDatapacksSynced
-
reload
public CompletableFuture<Void> reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier pPreparationBarrier, net.minecraft.server.packs.resources.ResourceManager pResourceManager, net.minecraft.util.profiling.ProfilerFiller pPreparationsProfiler, net.minecraft.util.profiling.ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor) - Specified by:
reloadin interfacenet.minecraft.server.packs.resources.PreparableReloadListener
-