Uses of Record Class
net.minecraft.command.argument.CoordinateArgument
Packages that use CoordinateArgument
-
Uses of CoordinateArgument in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as CoordinateArgumentModifier and TypeFieldDescriptionprivate final CoordinateArgumentDefaultPosArgument.xThe field for thexrecord component.private final CoordinateArgumentDefaultPosArgument.yThe field for theyrecord component.private final CoordinateArgumentDefaultPosArgument.zThe field for thezrecord component.Methods in net.minecraft.command.argument that return CoordinateArgumentModifier and TypeMethodDescriptionstatic CoordinateArgumentCoordinateArgument.parse(com.mojang.brigadier.StringReader reader) static CoordinateArgumentCoordinateArgument.parse(com.mojang.brigadier.StringReader reader, boolean centerIntegers) DefaultPosArgument.x()Returns the value of thexrecord component.DefaultPosArgument.y()Returns the value of theyrecord component.DefaultPosArgument.z()Returns the value of thezrecord component.Constructors in net.minecraft.command.argument with parameters of type CoordinateArgumentModifierConstructorDescriptionCreates an instance of aDefaultPosArgumentrecord class.