Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket.Flag
Packages that use PlayerPositionLookS2CPacket.Flag
Package
Description
- 
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerPositionLookS2CPacket.FlagModifier and TypeFieldDescriptionprivate final Set<PlayerPositionLookS2CPacket.Flag>PlayerPositionLookS2CPacket.flagsMethods in net.minecraft.network.packet.s2c.play that return PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlayerPositionLookS2CPacket.Flag[]PlayerPositionLookS2CPacket.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionstatic Set<PlayerPositionLookS2CPacket.Flag>PlayerPositionLookS2CPacket.Flag.getFlags(int mask) PlayerPositionLookS2CPacket.getFlags()Method parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionstatic intPlayerPositionLookS2CPacket.Flag.getBitfield(Set<PlayerPositionLookS2CPacket.Flag> flags) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifierConstructorDescriptionPlayerPositionLookS2CPacket(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.commandMethod parameters in net.minecraft.server.command with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionprivate 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.networkMethod parameters in net.minecraft.server.network with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.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)