Uses of Class
net.minecraft.util.math.ColumnPos
Package | Description |
---|---|
net.minecraft.command.argument | |
net.minecraft.server.command |
-
Uses of ColumnPos in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ColumnPos Modifier and Type Method Description static ColumnPos
ColumnPosArgumentType. getColumnPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
-
Uses of ColumnPos in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ColumnPos Modifier and Type Method Description private static int
ForceLoadCommand. executeChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded)
private static int
ForceLoadCommand. executeQuery(ServerCommandSource source, ColumnPos pos)