Package net.minecraft.commands
Class CommandFunction
java.lang.Object
net.minecraft.commands.CommandFunction
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CommandFunction.Entry[]
(package private) final ResourceLocation
-
Constructor Summary
ConstructorDescriptionCommandFunction
(ResourceLocation p_77979_, CommandFunction.Entry[] p_77980_) -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandFunction
fromLines
(ResourceLocation p_77985_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_77986_, CommandSourceStack p_77987_, List<String> p_77988_) getId()
-
Field Details
-
entries
-
id
-
-
Constructor Details
-
CommandFunction
-
-
Method Details
-
getId
-
getEntries
-
fromLines
public static CommandFunction fromLines(ResourceLocation p_77985_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_77986_, CommandSourceStack p_77987_, List<String> p_77988_)
-