Package net.minecraft.commands
Class CommandFunction
java.lang.Object
net.minecraft.commands.CommandFunction
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfacestatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CommandFunction.Entry[](package private) final ResourceLocation - 
Constructor Summary
ConstructorsConstructorDescriptionCommandFunction(ResourceLocation p_77979_, CommandFunction.Entry[] p_77980_)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic CommandFunctionfromLines(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_)  
 -