Uses of Class
net.minecraft.command.impl.TeleportCommand.Facing
-
Packages that use TeleportCommand.Facing Package Description net.minecraft.command.impl -
-
Uses of TeleportCommand.Facing in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type TeleportCommand.Facing Modifier and Type Method Description private static void
TeleportCommand. performTeleport(CommandSource p_201127_0_, Entity p_201127_1_, ServerWorld p_201127_2_, double p_201127_3_, double p_201127_5_, double p_201127_7_, java.util.Set<SPlayerPositionLookPacket.Flags> p_201127_9_, float p_201127_10_, float p_201127_11_, TeleportCommand.Facing p_201127_12_)
private static int
TeleportCommand. teleportToPos(CommandSource p_200559_0_, java.util.Collection<? extends Entity> p_200559_1_, ServerWorld p_200559_2_, ILocationArgument p_200559_3_, ILocationArgument p_200559_4_, TeleportCommand.Facing p_200559_5_)
-