soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
PlayerDigging
soupply
java210
protocol
serverbound
Undocumented in source.
class
PlayerDigging :
Java210Packet
{
enum
uint
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
uint
START_DIGGING
;
enum
uint
CANCEL_DIGGING
;
enum
uint
FINISH_DIGGING
;
enum
uint
DROP_ITEM_STACK
;
enum
uint
DROP_ITEM
;
enum
uint
SHOOT_ARROW
;
enum
uint
FINISH_EATING
;
enum
uint
SWAP_ITEM_IN_HAND
;
enum
string
[]
__fields
;
@
Var
uint
status
;
ulong
position
;
ubyte
face
;
this
();
this
(uint status, ulong position, ubyte face);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint status, ulong position, ubyte face)
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
CANCEL_DIGGING
enum
uint
CANCEL_DIGGING
;
Undocumented in source.
CLIENTBOUND
enum
bool
CLIENTBOUND
;
Undocumented in source.
DROP_ITEM
enum
uint
DROP_ITEM
;
Undocumented in source.
DROP_ITEM_STACK
enum
uint
DROP_ITEM_STACK
;
Undocumented in source.
FINISH_DIGGING
enum
uint
FINISH_DIGGING
;
Undocumented in source.
FINISH_EATING
enum
uint
FINISH_EATING
;
Undocumented in source.
ID
enum
uint
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
SHOOT_ARROW
enum
uint
SHOOT_ARROW
;
Undocumented in source.
START_DIGGING
enum
uint
START_DIGGING
;
Undocumented in source.
SWAP_ITEM_IN_HAND
enum
uint
SWAP_ITEM_IN_HAND
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
face
ubyte
face
;
Undocumented in source.
position
ulong
position
;
Undocumented in source.
status
uint
status
;
Undocumented in source.
Meta
Source
See Implementation
soupply
java210
protocol
serverbound
aliases
Packets
classes
Animation
ChatMessage
ClickWindow
ClientSettings
ClientStatus
CloseWindow
ConfirmTransaction
CreativeInventoryAction
EnchantItem
EntityAction
HeldItemChange
KeepAlive
Player
PlayerAbilities
PlayerBlockPlacement
PlayerDigging
PlayerLook
PlayerPosition
PlayerPositionAndLook
PluginMessage
ResourcePackStatus
Spectate
SteerBoat
SteerVehicle
TabComplete
TeleportConfirm
UpdateSign
UseEntity
UseItem
VehicleMove