soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
CombatEvent.EntityDead
soupply
java340
protocol
clientbound
CombatEvent
Undocumented in source.
class
CombatEvent
class
EntityDead :
Java340Packet
{
enum
typeof
(
eventId
)
EVENT_ID
;
enum
string
[]
__fields
;
@
Var
uint
playerId
;
uint
entityId
;
string
message
;
this
();
this
(uint playerId, uint entityId, string message);
mixin
Make
;
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint playerId, uint entityId, string message)
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.
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
soupply
java340
protocol
clientbound
CombatEvent
aliases
Variants
classes
EndCombat
EnterCombat
EntityDead
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
eventId
variantField