soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
MoveEntityDelta
soupply
bedrock282
protocol
play
Undocumented in source.
class
MoveEntityDelta :
Bedrock282Packet
{
enum
uint
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
ubyte
HAS_DIFF_X
;
enum
ubyte
HAS_DIFF_Y
;
enum
ubyte
HAS_DIFF_Z
;
enum
ubyte
HAS_ROT_X
;
enum
ubyte
HAS_ROT_Y
;
enum
ubyte
HAS_ROT_Z
;
enum
string
[]
__fields
;
ubyte
flags
;
@
Condition
("(flags&1)!=0")
@
Var
int
xDiff
;
@
Condition
("(flags&2)!=0")
@
Var
int
yDiff
;
@
Condition
("(flags&4)!=0")
@
Var
int
zDiff
;
@
Condition
("(flags&8)!=0")
byte
xRot
;
@
Condition
("(flags&16)!=0")
byte
yRot
;
@
Condition
("(flags&32)!=0")
byte
zRot
;
this
();
this
(ubyte flags, int xDiff, int yDiff, int zDiff, byte xRot, byte yRot, byte zRot);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(ubyte flags, int xDiff, int yDiff, int zDiff, byte xRot, byte yRot, byte zRot)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Make
Undocumented in source.
Static functions
fromBuffer
typeof
(
this
)
fromBuffer
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
CLIENTBOUND
enum
bool
CLIENTBOUND
;
Undocumented in source.
HAS_DIFF_X
enum
ubyte
HAS_DIFF_X
;
Undocumented in source.
HAS_DIFF_Y
enum
ubyte
HAS_DIFF_Y
;
Undocumented in source.
HAS_DIFF_Z
enum
ubyte
HAS_DIFF_Z
;
Undocumented in source.
HAS_ROT_X
enum
ubyte
HAS_ROT_X
;
Undocumented in source.
HAS_ROT_Y
enum
ubyte
HAS_ROT_Y
;
Undocumented in source.
HAS_ROT_Z
enum
ubyte
HAS_ROT_Z
;
Undocumented in source.
ID
enum
uint
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
flags
ubyte
flags
;
Undocumented in source.
xDiff
int
xDiff
;
Undocumented in source.
xRot
byte
xRot
;
Undocumented in source.
yDiff
int
yDiff
;
Undocumented in source.
yRot
byte
yRot
;
Undocumented in source.
zDiff
int
zDiff
;
Undocumented in source.
zRot
byte
zRot
;
Undocumented in source.
Meta
Source
See Implementation
soupply
bedrock282
protocol
play
aliases
Packets
classes
AddBehaviorTree
AddEntity
AddHangingEntity
AddItemEntity
AddPainting
AddPlayer
AdventureSettings
Animate
AvailableCommands
BlockEntityData
BlockEvent
BlockPickRequest
BookEdit
BossEvent
Camera
ChangeDimension
ChunkRadiusUpdated
ClientToServerHandshake
ClientboundMapItemData
CommandBlockUpdate
CommandOutput
CommandRequest
ContainerClose
ContainerOpen
ContainerSetData
CraftingData
CraftingEvent
Disconnect
EntityEvent
EntityFall
EntityPickRequest
Event
Explode
FullChunkData
GameRulesChanged
GuiDataPickItem
HurtArmor
Interact
InventoryContent
InventorySlot
InventoryTransaction
ItemFrameDropItem
LabTable
LevelEvent
LevelSoundEvent
Login
MapInfoRequest
MobArmorEquipment
MobEffect
MobEquipment
ModalFormRequest
ModalFormResponse
MoveEntityAbsolute
MoveEntityDelta
MovePlayer
NetworkStackLatency
NpcRequest
PhotoTransfer
PlaySound
PlayStatus
PlayerAction
PlayerHotbar
PlayerInput
PlayerList
PlayerSkin
PurchaseReceipt
RemoveEntity
RemoveObject
RequestChunkRadius
ResourcePackChunkData
ResourcePackChunkRequest
ResourcePackClientResponse
ResourcePackDataInfo
ResourcePacksInfo
ResourcePacksStackPacket
Respawn
RiderJump
ServerSettingsRequest
ServerSettingsResponse
ServerToClientHandshake
SetCommandsEnabled
SetDefaultGameType
SetDifficulty
SetDisplayObjective
SetEntityData
SetEntityLink
SetEntityMotion
SetHealth
SetLastHurtBy
SetLocalPlayerAsInitialized
SetPlayerGameType
SetScore
SetScoreboardIdentity
SetSpawnPosition
SetTime
SetTitle
ShowCredits
ShowProfile
ShowStoreOffer
SimpleEvent
SpawnExperienceOrb
StartGame
StopSound
StructureBlockUpdate
SubClientLogin
TakeItemEntity
Text
Transfer
UpdateAttributes
UpdateBlock
UpdateBlockSynced
UpdateEquip
UpdateSoftEnum
UpdateTrade
WSConnect