soupply v2.57.0 (2018-08-17T09:46:15Z)
Dub
Repo
CombatEvent.EndCombat
soupply
java393
protocol
play_clientbound
CombatEvent
Undocumented in source.
class
CombatEvent
class
EndCombat :
Java393Packet
{
enum
typeof
(
eventId
)
EVENT_ID
;
enum
string
[]
__fields
;
@
Var
uint
duration
;
uint
entityId
;
this
();
this
(uint duration, uint entityId);
mixin
Make
;
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint duration, uint entityId)
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.
duration
uint
duration
;
Undocumented in source.
entityId
uint
entityId
;
Undocumented in source.
Meta
Source
See Implementation
soupply
java393
protocol
play_clientbound
CombatEvent
aliases
Variants
classes
EndCombat
EnterCombat
EntityDead
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
eventId
variantField