soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
UpdateStructureBlock
soupply
java393
protocol
play_serverbound
Undocumented in source.
class
UpdateStructureBlock :
Java393Packet
{
enum
uint
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
uint
UPDATE_DATA
;
enum
uint
SAVE_STRUCTURE
;
enum
uint
LOAD_STRUCTURE
;
enum
uint
DETECT_SIZE
;
enum
uint
SAVE
;
enum
uint
LOAD
;
enum
uint
CORNER
;
enum
uint
DATA
;
enum
uint
NONE
;
enum
uint
LEFT_RIGHT
;
enum
uint
FRONT_BACK
;
enum
uint
CLOCKWISE_90
;
enum
uint
CLOCKWISE_180
;
enum
uint
COUNTERCLOCKWISE_90
;
enum
ubyte
IGNORE_ENTITIES
;
enum
ubyte
SHOW_AIR
;
enum
ubyte
SHOW_BOUNDING_BOX
;
enum
string
[]
__fields
;
ulong
location
;
@
Var
uint
action
;
@
Var
uint
mode
;
Vector
!(
byte
,
"xyz"
)
offset
;
Vector
!(
ubyte
,
"xyz"
)
size
;
@
Var
uint
mirror
;
@
Var
uint
rotation
;
string
metadata
;
float
integrity
;
@
Var
ulong
speed
;
ubyte
flags
;
this
();
this
(ulong location, uint action, uint mode, Vector!(byte, "xyz") offset, Vector!(ubyte, "xyz") size, uint mirror, uint rotation, string metadata, float integrity, ulong speed, ubyte flags);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(ulong location, uint action, uint mode, Vector!(byte, "xyz") offset, Vector!(ubyte, "xyz") size, uint mirror, uint rotation, string metadata, float integrity, ulong speed, ubyte flags)
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.
CLOCKWISE_180
enum
uint
CLOCKWISE_180
;
Undocumented in source.
CLOCKWISE_90
enum
uint
CLOCKWISE_90
;
Undocumented in source.
CORNER
enum
uint
CORNER
;
Undocumented in source.
COUNTERCLOCKWISE_90
enum
uint
COUNTERCLOCKWISE_90
;
Undocumented in source.
DATA
enum
uint
DATA
;
Undocumented in source.
DETECT_SIZE
enum
uint
DETECT_SIZE
;
Undocumented in source.
FRONT_BACK
enum
uint
FRONT_BACK
;
Undocumented in source.
ID
enum
uint
ID
;
Undocumented in source.
IGNORE_ENTITIES
enum
ubyte
IGNORE_ENTITIES
;
Undocumented in source.
LEFT_RIGHT
enum
uint
LEFT_RIGHT
;
Undocumented in source.
LOAD
enum
uint
LOAD
;
Undocumented in source.
LOAD_STRUCTURE
enum
uint
LOAD_STRUCTURE
;
Undocumented in source.
NONE
enum
uint
NONE
;
Undocumented in source.
SAVE
enum
uint
SAVE
;
Undocumented in source.
SAVE_STRUCTURE
enum
uint
SAVE_STRUCTURE
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
SHOW_AIR
enum
ubyte
SHOW_AIR
;
Undocumented in source.
SHOW_BOUNDING_BOX
enum
ubyte
SHOW_BOUNDING_BOX
;
Undocumented in source.
UPDATE_DATA
enum
uint
UPDATE_DATA
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
action
uint
action
;
Undocumented in source.
flags
ubyte
flags
;
Undocumented in source.
integrity
float
integrity
;
Undocumented in source.
location
ulong
location
;
Undocumented in source.
metadata
string
metadata
;
Undocumented in source.
mirror
uint
mirror
;
Undocumented in source.
mode
uint
mode
;
Undocumented in source.
offset
Vector
!(
byte
,
"xyz"
)
offset
;
Undocumented in source.
rotation
uint
rotation
;
Undocumented in source.
size
Vector
!(
ubyte
,
"xyz"
)
size
;
Undocumented in source.
speed
ulong
speed
;
Undocumented in source.
Meta
Source
See Implementation
soupply
java393
protocol
play_serverbound
aliases
Packets
classes
AdvencementTab
Animation
ChatMessage
ClickWindow
ClientSettings
ClientStatus
CloseWindow
ConfirmTransaction
CraftRecipeRequest
CreativeInventoryAction
EditBook
EnchantItem
EntityAction
HeldItemChange
KeepAlive
NameItem
PickItem
Player
PlayerAbilities
PlayerBlockPlacement
PlayerDigging
PlayerLook
PlayerPosition
PlayerPositionAndLook
PluginMessage
QueryBlockNbt
QueryEntityNbt
RecipeBookData
ResourcePackStatus
SelectTrade
SetBeaconEffect
Spectate
SteerBoat
SteerVehicle
TabComplete
TeleportConfirm
UpdateCommandBlock
UpdateCommandBlockMinecart
UpdateSign
UpdateStructureBlock
UseEntity
UseItem
VehicleMove