Uses of Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket.Flag
| Package | Description |
|---|---|
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.server.command | |
| net.minecraft.server.network |
-
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerPositionLookS2CPacket.Flag Modifier and Type Field Description private Set<PlayerPositionLookS2CPacket.Flag>PlayerPositionLookS2CPacket. flagsMethods in net.minecraft.network.packet.s2c.play that return PlayerPositionLookS2CPacket.Flag Modifier and Type Method Description static PlayerPositionLookS2CPacket.FlagPlayerPositionLookS2CPacket.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerPositionLookS2CPacket.Flag[]PlayerPositionLookS2CPacket.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerPositionLookS2CPacket.Flag Modifier and Type Method Description static Set<PlayerPositionLookS2CPacket.Flag>PlayerPositionLookS2CPacket.Flag. getFlags(int mask)Set<PlayerPositionLookS2CPacket.Flag>PlayerPositionLookS2CPacket. getFlags()Method parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.Flag Modifier and Type Method Description static intPlayerPositionLookS2CPacket.Flag. getBitfield(Set<PlayerPositionLookS2CPacket.Flag> flags)Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.Flag Constructor Description PlayerPositionLookS2CPacket(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags, int teleportId, boolean shouldDismount) -
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type PlayerPositionLookS2CPacket.Flag Modifier and Type Method Description private static voidTeleportCommand. teleport(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PlayerPositionLookS2CPacket.Flag> movementFlags, float yaw, float pitch, @Nullable TeleportCommand.LookTarget facingLocation) -
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type PlayerPositionLookS2CPacket.Flag Modifier and Type Method Description voidServerPlayNetworkHandler. requestTeleport(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags)voidServerPlayNetworkHandler. requestTeleport(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags, boolean shouldDismount)