sel-utils ~master (2018-02-05T12:12:47Z)
Dub
Repo
CombatEvent.EntityDead
sul
protocol
java340
clientbound
CombatEvent
Undocumented in source.
class
CombatEvent
class
EntityDead {
enum
typeof
(
eventId
)
EVENT_ID
;
enum
string
[]
FIELDS
;
uint
playerId
;
uint
entityId
;
string
message
;
this
();
this
(uint playerId, uint entityId, string message);
ubyte
[]
encode
();
void
decode
();
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint playerId, uint entityId, string message)
Undocumented in source.
Members
Functions
decode
void
decode
()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte
[]
encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
EVENT_ID
enum
typeof
(
eventId
)
EVENT_ID
;
Undocumented in source.
FIELDS
enum
string
[]
FIELDS
;
Undocumented in source.
entityId
uint
entityId
;
Undocumented in source.
message
string
message
;
Undocumented in source.
playerId
uint
playerId
;
Undocumented in source.
Meta
Source
See Implementation
sul
protocol
java340
clientbound
CombatEvent
aliases
Variants
_encode
classes
EndCombat
EnterCombat
EntityDead
constructors
this
functions
decode
encode
toString
static functions
fromBuffer
variables
CLIENTBOUND
FIELDS
ID
SERVERBOUND
eventId
variantField