Uses of Class
net.minecraft.server.dialog.action.ParsedTemplate
Packages that use ParsedTemplate
-
Uses of ParsedTemplate in net.minecraft.server.dialog.action
Fields in net.minecraft.server.dialog.action declared as ParsedTemplateModifier and TypeFieldDescriptionprivate final ParsedTemplate
CommandTemplate.template
The field for thetemplate
record component.Fields in net.minecraft.server.dialog.action with type parameters of type ParsedTemplateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ParsedTemplate> ParsedTemplate.CODEC
Methods in net.minecraft.server.dialog.action that return ParsedTemplateModifier and TypeMethodDescriptionCommandTemplate.template()
Returns the value of thetemplate
record component.Methods in net.minecraft.server.dialog.action that return types with arguments of type ParsedTemplateModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<ParsedTemplate> Constructors in net.minecraft.server.dialog.action with parameters of type ParsedTemplateModifierConstructorDescriptionCommandTemplate
(ParsedTemplate template) Creates an instance of aCommandTemplate
record class.