Class ClientTagManager
java.lang.Object
dev.dhyces.trimmed.impl.client.tags.manager.ClientTagManager
- All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener
public class ClientTagManager
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 <T> TagHolder<T> getHolder(ClientTagKey<T> clientTagKey) 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
-
ClientTagManager
public ClientTagManager()
-
-
Method Details
-
getHolder
-
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
-