public class TagManagerLoader extends Object implements ResourceReloadListener
ResourceReloadListener.Synchronizer
Modifier and Type | Field and Description |
---|---|
private TagGroupLoader<Block> |
blocks |
private TagGroupLoader<EntityType<?>> |
entityTypes |
private TagGroupLoader<Fluid> |
fluids |
private TagGroupLoader<Item> |
items |
private TagManager |
tagManager |
Constructor and Description |
---|
TagManagerLoader() |
Modifier and Type | Method and Description |
---|---|
TagManager |
getTagManager() |
CompletableFuture<Void> |
reload(ResourceReloadListener.Synchronizer synchronizer,
ResourceManager manager,
Profiler prepareProfiler,
Profiler applyProfiler,
Executor prepareExecutor,
Executor applyExecutor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
private final TagGroupLoader<Block> blocks
private final TagGroupLoader<Item> items
private final TagGroupLoader<Fluid> fluids
private final TagGroupLoader<EntityType<?>> entityTypes
private TagManager tagManager
public TagManager getTagManager()
public CompletableFuture<Void> reload(ResourceReloadListener.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
reload
in interface ResourceReloadListener