public class RegistryTagManager extends Object implements ResourceReloadListener
ResourceReloadListener.Synchronizer| Modifier and Type | Field and Description |
|---|---|
private TagContainer<Block> |
blocks |
private TagContainer<EntityType<?>> |
entityTypes |
private class_5415 |
field_25749 |
private TagContainer<Fluid> |
fluids |
private TagContainer<Item> |
items |
| Constructor and Description |
|---|
RegistryTagManager() |
| Modifier and Type | Method and Description |
|---|---|
class_5415 |
method_30223() |
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, waitgetNameprivate final TagContainer<Block> blocks
private final TagContainer<Item> items
private final TagContainer<Fluid> fluids
private final TagContainer<EntityType<?>> entityTypes
private class_5415 field_25749
public class_5415 method_30223()
public CompletableFuture<Void> reload(ResourceReloadListener.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
reload in interface ResourceReloadListener