Package net.minecraft.resources
Class FunctionReloader
java.lang.Object
net.minecraft.resources.FunctionReloader
- All Implemented Interfaces:
IFutureReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.mojang.brigadier.CommandDispatcher<CommandSource>
private final int
private Map<ResourceLocation,
FunctionObject> private static final org.apache.logging.log4j.Logger
private static final int
private static final int
private ITagCollection<FunctionObject>
private final TagCollectionReader<FunctionObject>
-
Constructor Summary
ConstructorDescriptionFunctionReloader
(int p_i232596_1_, com.mojang.brigadier.CommandDispatcher<CommandSource> p_i232596_2_) -
Method Summary
Modifier and TypeMethodDescriptiongetFunction
(ResourceLocation p_240940_1_) getTag
(ResourceLocation p_240943_1_) getTags()
readLines
(IResourceManager p_240934_0_, ResourceLocation p_240934_1_) 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
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
PATH_PREFIX_LENGTH
private static final int PATH_PREFIX_LENGTH -
PATH_SUFFIX_LENGTH
private static final int PATH_SUFFIX_LENGTH -
functions
-
tagsLoader
-
tags
-
functionCompilationLevel
private final int functionCompilationLevel -
dispatcher
-
-
Constructor Details
-
FunctionReloader
public FunctionReloader(int p_i232596_1_, com.mojang.brigadier.CommandDispatcher<CommandSource> p_i232596_2_)
-
-
Method Details
-
getFunction
-
getFunctions
-
getTags
-
getTag
-
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
-
readLines
-