Package net.minecraft.commands.arguments
Class MessageArgument.Part
java.lang.Object
net.minecraft.commands.arguments.MessageArgument.Part
- Enclosing class:
- MessageArgument
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final EntitySelectorprivate final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetEnd()intgetStart()toComponent(CommandSourceStack p_96861_) 
- 
Field Details- 
startprivate final int start
- 
endprivate final int end
- 
selector
 
- 
- 
Constructor Details- 
Part
 
- 
- 
Method Details- 
getStartpublic int getStart()
- 
getEndpublic int getEnd()
- 
getSelector
- 
toComponent@Nullable public Component toComponent(CommandSourceStack p_96861_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-