soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
MoveEntityAbsolute
soupply
bedrock282
protocol
play
Undocumented in source.
class
MoveEntityAbsolute :
Bedrock282Packet
{
enum
uint
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
ubyte
GROUND
;
enum
ubyte
TELEPORT
;
enum
string
[]
__fields
;
@
Var
long
entityId
;
ubyte
flags
;
Vector
!(
float
,
"xyz"
)
position
;
Vector
!(
byte
,
"xyz"
)
rotation
;
this
();
this
(long entityId, ubyte flags, Vector!(float, "xyz") position, Vector!(byte, "xyz") rotation);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(long entityId, ubyte flags, Vector!(float, "xyz") position, Vector!(byte, "xyz") rotation)
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.
GROUND
enum
ubyte
GROUND
;
Undocumented in source.
ID
enum
uint
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
TELEPORT
enum
ubyte
TELEPORT
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
entityId
long
entityId
;
Undocumented in source.
flags
ubyte
flags
;
Undocumented in source.
position
Vector
!(
float
,
"xyz"
)
position
;
Undocumented in source.
rotation
Vector
!(
byte
,
"xyz"
)
rotation
;
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