Uses of Class
net.minecraft.command.AbstractCommand.Coordinate
Packages that use AbstractCommand.Coordinate
-
Uses of AbstractCommand.Coordinate in net.minecraft
Methods in net.minecraft with parameters of type AbstractCommand.CoordinateModifier and TypeMethodDescriptionprivate static voidclass_3029.method_13463(Entity entity, AbstractCommand.Coordinate coordinate, AbstractCommand.Coordinate coordinate2, AbstractCommand.Coordinate coordinate3, AbstractCommand.Coordinate coordinate4, AbstractCommand.Coordinate coordinate5) -
Uses of AbstractCommand.Coordinate in net.minecraft.command
Methods in net.minecraft.command that return AbstractCommand.CoordinateModifier and TypeMethodDescriptionstatic AbstractCommand.CoordinateAbstractCommand.getCoordinate(double double2, String value, boolean bool) static AbstractCommand.CoordinateAbstractCommand.getCoordinate(double double2, String value, int min, int max, boolean bool) -
Uses of AbstractCommand.Coordinate in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type AbstractCommand.CoordinateModifier and TypeMethodDescriptionprivate static voidTeleportCommand.method_13428(Entity entity, AbstractCommand.Coordinate coordinate, AbstractCommand.Coordinate coordinate2, AbstractCommand.Coordinate coordinate3, AbstractCommand.Coordinate coordinate4, AbstractCommand.Coordinate coordinate5)