Uses of Record Class
net.minecraft.commands.arguments.coordinates.WorldCoordinate
Packages that use WorldCoordinate
-
Uses of WorldCoordinate in net.minecraft.commands.arguments.coordinates
Fields in net.minecraft.commands.arguments.coordinates declared as WorldCoordinateModifier and TypeFieldDescriptionprivate final WorldCoordinateWorldCoordinates.xThe field for thexrecord component.private final WorldCoordinateWorldCoordinates.yThe field for theyrecord component.private final WorldCoordinateWorldCoordinates.zThe field for thezrecord component.Methods in net.minecraft.commands.arguments.coordinates that return WorldCoordinateModifier and TypeMethodDescriptionstatic WorldCoordinateWorldCoordinate.parseDouble(com.mojang.brigadier.StringReader pReader, boolean pCenterCorrect) static WorldCoordinateWorldCoordinate.parseInt(com.mojang.brigadier.StringReader pReader) WorldCoordinates.x()Returns the value of thexrecord component.WorldCoordinates.y()Returns the value of theyrecord component.WorldCoordinates.z()Returns the value of thezrecord component.Constructors in net.minecraft.commands.arguments.coordinates with parameters of type WorldCoordinateModifierConstructorDescriptionCreates an instance of aWorldCoordinatesrecord class.