Package net.minecraft.commands
Class CommandFunction.CommandMacro
java.lang.Object
net.minecraft.commands.CommandFunction
net.minecraft.commands.CommandFunction.CommandMacro
- Enclosing class:
- CommandFunction
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.commands.CommandFunctionCommandFunction.CacheableFunction, CommandFunction.CommandEntry, CommandFunction.CommandMacro, CommandFunction.Entry, CommandFunction.FunctionEntry, CommandFunction.MacroEntry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<List<String>,CommandFunction> private static final DecimalFormatprivate static final intFields inherited from class net.minecraft.commands.CommandFunctionid
- 
Constructor SummaryConstructorsConstructorDescriptionCommandMacro(ResourceLocation p_297380_, CommandFunction.Entry[] p_300955_, List<String> p_300316_) 
- 
Method SummaryModifier and TypeMethodDescriptioninstantiate(CompoundTag p_300836_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_297591_, CommandSourceStack p_298828_) private static Stringprivate CommandFunctionsubstituteAndParse(List<String> p_300530_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_299533_, CommandSourceStack p_301159_) Methods inherited from class net.minecraft.commands.CommandFunctiondecomposeMacro, fromLines, getEntries, getId
- 
Field Details- 
DECIMAL_FORMAT
- 
parameters
- 
MAX_CACHE_ENTRIESprivate static final int MAX_CACHE_ENTRIES- See Also:
 
- 
cacheprivate final it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<List<String>,CommandFunction> cache
 
- 
- 
Constructor Details- 
CommandMacropublic CommandMacro(ResourceLocation p_297380_, CommandFunction.Entry[] p_300955_, List<String> p_300316_) 
 
- 
- 
Method Details- 
instantiatepublic CommandFunction instantiate(@Nullable CompoundTag p_300836_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_297591_, CommandSourceStack p_298828_) throws FunctionInstantiationException - Overrides:
- instantiatein class- CommandFunction
- Throws:
- FunctionInstantiationException
 
- 
stringify
- 
substituteAndParseprivate CommandFunction substituteAndParse(List<String> p_300530_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_299533_, CommandSourceStack p_301159_) throws FunctionInstantiationException - Throws:
- FunctionInstantiationException
 
 
-