Package net.minecraft.tags
Class NetworkTagManager
java.lang.Object
net.minecraft.tags.NetworkTagManager
- All Implemented Interfaces:
IFutureReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TagCollectionReader<Block>
protected Map<ResourceLocation,
TagCollectionReader<?>> protected TagCollectionReader<EntityType<?>>
protected TagCollectionReader<Fluid>
protected TagCollectionReader<Item>
private ITagCollectionSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()
reload
(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, Executor p_215226_5_, Executor p_215226_6_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resources.IFutureReloadListener
getName
-
Field Details
-
blocks
-
items
-
fluids
-
entityTypes
-
customTagTypeReaders
-
tags
-
-
Constructor Details
-
NetworkTagManager
public NetworkTagManager()
-
-
Method Details
-
getTags
-
reload
public CompletableFuture<Void> reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, Executor p_215226_5_, Executor p_215226_6_) - Specified by:
reload
in interfaceIFutureReloadListener
-