Enum minecraft_data::play_s2c
source · #[repr(u8)]pub enum play_s2c {
Show 117 variants
BundleSplitter = 0,
EntitySpawn = 1,
ExperienceOrbSpawn = 2,
EntityAnimation = 3,
Statistics = 4,
PlayerActionResponse = 5,
BlockBreakingProgress = 6,
BlockEntityUpdate = 7,
BlockEvent = 8,
BlockUpdate = 9,
BossBar = 10,
Difficulty = 11,
ChunkSent = 12,
StartChunkSend = 13,
ChunkBiomeData = 14,
ClearTitle = 15,
CommandSuggestions = 16,
CommandTree = 17,
CloseScreen = 18,
Inventory = 19,
ScreenHandlerPropertyUpdate = 20,
ScreenHandlerSlotUpdate = 21,
CooldownUpdate = 22,
ChatSuggestions = 23,
CustomPayload = 24,
EntityDamage = 25,
RemoveMessage = 26,
Disconnect = 27,
ProfilelessChatMessage = 28,
EntityStatus = 29,
Explosion = 30,
UnloadChunk = 31,
GameStateChange = 32,
OpenHorseScreen = 33,
DamageTilt = 34,
WorldBorderInitialize = 35,
KeepAlive = 36,
ChunkData = 37,
WorldEvent = 38,
Particle = 39,
LightUpdate = 40,
GameJoin = 41,
MapUpdate = 42,
SetTradeOffers = 43,
EntityMoveRelative = 44,
EntityRotateAndMoveRelative = 45,
EntityRotate = 46,
VehicleMove = 47,
OpenWrittenBook = 48,
OpenScreen = 49,
SignEditorOpen = 50,
CommonPing = 51,
PingResult = 52,
CraftFailedResponse = 53,
PlayerAbilities = 54,
ChatMessage = 55,
EndCombat = 56,
EnterCombat = 57,
DeathMessage = 58,
PlayerRemove = 59,
PlayerList = 60,
LookAt = 61,
PlayerPositionLook = 62,
UnlockRecipes = 63,
EntitiesDestroy = 64,
RemoveEntityStatusEffect = 65,
ScoreboardScoreReset = 66,
ResourcePackRemove = 67,
ResourcePackSend = 68,
PlayerRespawn = 69,
EntitySetHeadYaw = 70,
ChunkDeltaUpdate = 71,
SelectAdvancementTab = 72,
ServerMetadata = 73,
OverlayMessage = 74,
WorldBorderCenterChanged = 75,
WorldBorderInterpolateSize = 76,
WorldBorderSizeChanged = 77,
WorldBorderWarningTimeChanged = 78,
WorldBorderWarningBlocksChanged = 79,
SetCameraEntity = 80,
UpdateSelectedSlot = 81,
ChunkRenderDistanceCenter = 82,
ChunkLoadDistance = 83,
PlayerSpawnPosition = 84,
ScoreboardDisplay = 85,
EntityTrackerUpdate = 86,
EntityAttach = 87,
EntityVelocityUpdate = 88,
EntityEquipmentUpdate = 89,
ExperienceBarUpdate = 90,
HealthUpdate = 91,
ScoreboardObjectiveUpdate = 92,
EntityPassengersSet = 93,
Team = 94,
ScoreboardScoreUpdate = 95,
SimulationDistance = 96,
Subtitle = 97,
WorldTimeUpdate = 98,
Title = 99,
TitleFade = 100,
PlaySoundFromEntity = 101,
PlaySound = 102,
EnterReconfiguration = 103,
StopSound = 104,
GameMessage = 105,
PlayerListHeader = 106,
NbtQueryResponse = 107,
ItemPickupAnimation = 108,
EntityPosition = 109,
UpdateTickRate = 110,
TickStep = 111,
AdvancementUpdate = 112,
EntityAttributes = 113,
EntityStatusEffect = 114,
SynchronizeRecipes = 115,
SynchronizeTags = 116,
}Variants§
BundleSplitter = 0
EntitySpawn = 1
ExperienceOrbSpawn = 2
EntityAnimation = 3
Statistics = 4
PlayerActionResponse = 5
BlockBreakingProgress = 6
BlockEntityUpdate = 7
BlockEvent = 8
BlockUpdate = 9
BossBar = 10
Difficulty = 11
ChunkSent = 12
StartChunkSend = 13
ChunkBiomeData = 14
ClearTitle = 15
CommandSuggestions = 16
CommandTree = 17
CloseScreen = 18
Inventory = 19
ScreenHandlerPropertyUpdate = 20
ScreenHandlerSlotUpdate = 21
CooldownUpdate = 22
ChatSuggestions = 23
CustomPayload = 24
EntityDamage = 25
RemoveMessage = 26
Disconnect = 27
ProfilelessChatMessage = 28
EntityStatus = 29
Explosion = 30
UnloadChunk = 31
GameStateChange = 32
OpenHorseScreen = 33
DamageTilt = 34
WorldBorderInitialize = 35
KeepAlive = 36
ChunkData = 37
WorldEvent = 38
Particle = 39
LightUpdate = 40
GameJoin = 41
MapUpdate = 42
SetTradeOffers = 43
EntityMoveRelative = 44
EntityRotateAndMoveRelative = 45
EntityRotate = 46
VehicleMove = 47
OpenWrittenBook = 48
OpenScreen = 49
SignEditorOpen = 50
CommonPing = 51
PingResult = 52
CraftFailedResponse = 53
PlayerAbilities = 54
ChatMessage = 55
EndCombat = 56
EnterCombat = 57
DeathMessage = 58
PlayerRemove = 59
PlayerList = 60
LookAt = 61
PlayerPositionLook = 62
UnlockRecipes = 63
EntitiesDestroy = 64
RemoveEntityStatusEffect = 65
ScoreboardScoreReset = 66
ResourcePackRemove = 67
ResourcePackSend = 68
PlayerRespawn = 69
EntitySetHeadYaw = 70
ChunkDeltaUpdate = 71
SelectAdvancementTab = 72
ServerMetadata = 73
OverlayMessage = 74
WorldBorderCenterChanged = 75
WorldBorderInterpolateSize = 76
WorldBorderSizeChanged = 77
WorldBorderWarningTimeChanged = 78
WorldBorderWarningBlocksChanged = 79
SetCameraEntity = 80
UpdateSelectedSlot = 81
ChunkRenderDistanceCenter = 82
ChunkLoadDistance = 83
PlayerSpawnPosition = 84
ScoreboardDisplay = 85
EntityTrackerUpdate = 86
EntityAttach = 87
EntityVelocityUpdate = 88
EntityEquipmentUpdate = 89
ExperienceBarUpdate = 90
HealthUpdate = 91
ScoreboardObjectiveUpdate = 92
EntityPassengersSet = 93
Team = 94
ScoreboardScoreUpdate = 95
SimulationDistance = 96
Subtitle = 97
WorldTimeUpdate = 98
Title = 99
TitleFade = 100
PlaySoundFromEntity = 101
PlaySound = 102
EnterReconfiguration = 103
StopSound = 104
GameMessage = 105
PlayerListHeader = 106
NbtQueryResponse = 107
ItemPickupAnimation = 108
EntityPosition = 109
UpdateTickRate = 110
TickStep = 111
AdvancementUpdate = 112
EntityAttributes = 113
EntityStatusEffect = 114
SynchronizeRecipes = 115
SynchronizeTags = 116
Implementations§
Trait Implementations§
source§impl PartialEq for play_s2c
impl PartialEq for play_s2c
impl Copy for play_s2c
impl Eq for play_s2c
impl StructuralEq for play_s2c
impl StructuralPartialEq for play_s2c
Auto Trait Implementations§
impl RefUnwindSafe for play_s2c
impl Send for play_s2c
impl Sync for play_s2c
impl Unpin for play_s2c
impl UnwindSafe for play_s2c
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more