Uses of Record Class
net.minecraft.commands.arguments.MessageArgument.Part
-
Uses of MessageArgument.Part in net.minecraft.commands.arguments
Modifier and TypeFieldDescriptionprivate final MessageArgument.Part[]
MessageArgument.Message.parts
The field for theparts
record component.Modifier and TypeMethodDescriptionMessageArgument.Message.parts()
Returns the value of theparts
record component.ModifierConstructorDescriptionMessage
(String text, MessageArgument.Part[] parts) Creates an instance of aMessage
record class.