soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
Teams.CreateTeam
soupply
java340
protocol
clientbound
Teams
Undocumented in source.
class
Teams
class
CreateTeam :
Java340Packet
{
enum
typeof
(
mode
)
MODE
;
enum
ubyte
FRIENDLY_FIRE
;
enum
ubyte
SEE_TEAM_INVISIBLE_PLAYERS
;
enum
string
ALWAYS_HIDE
;
enum
string
HIDE_OTHER_TEAMS
;
enum
string
HIDE_OWN_TEAM
;
enum
string
NEVER_HIDE
;
enum
string
ALWAYS_PUSH
;
enum
string
PUSH_OTHER_TEAMS
;
enum
string
PUSH_OWN_TEAM
;
enum
string
NEVER_PUSH
;
enum
string
[]
__fields
;
string
displayName
;
string
prefix
;
string
suffix
;
ubyte
friendlyFlags
;
string
nametagVisibility
;
string
collisionRule
;
ubyte
color
;
string
[]
players
;
this
();
this
(string displayName, string prefix, string suffix, ubyte friendlyFlags, string nametagVisibility, string collisionRule, ubyte color, string[] players);
mixin
Make
;
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string displayName, string prefix, string suffix, ubyte friendlyFlags, string nametagVisibility, string collisionRule, ubyte color, string[] players)
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
ALWAYS_HIDE
enum
string
ALWAYS_HIDE
;
Undocumented in source.
ALWAYS_PUSH
enum
string
ALWAYS_PUSH
;
Undocumented in source.
FRIENDLY_FIRE
enum
ubyte
FRIENDLY_FIRE
;
Undocumented in source.
HIDE_OTHER_TEAMS
enum
string
HIDE_OTHER_TEAMS
;
Undocumented in source.
HIDE_OWN_TEAM
enum
string
HIDE_OWN_TEAM
;
Undocumented in source.
MODE
enum
typeof
(
mode
)
MODE
;
Undocumented in source.
NEVER_HIDE
enum
string
NEVER_HIDE
;
Undocumented in source.
NEVER_PUSH
enum
string
NEVER_PUSH
;
Undocumented in source.
PUSH_OTHER_TEAMS
enum
string
PUSH_OTHER_TEAMS
;
Undocumented in source.
PUSH_OWN_TEAM
enum
string
PUSH_OWN_TEAM
;
Undocumented in source.
SEE_TEAM_INVISIBLE_PLAYERS
enum
ubyte
SEE_TEAM_INVISIBLE_PLAYERS
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
collisionRule
string
collisionRule
;
Undocumented in source.
color
ubyte
color
;
Undocumented in source.
displayName
string
displayName
;
Undocumented in source.
friendlyFlags
ubyte
friendlyFlags
;
Undocumented in source.
nametagVisibility
string
nametagVisibility
;
Undocumented in source.
players
string
[]
players
;
Undocumented in source.
prefix
string
prefix
;
Undocumented in source.
suffix
string
suffix
;
Undocumented in source.
Meta
Source
See Implementation
soupply
java340
protocol
clientbound
Teams
aliases
Variants
classes
AddPlayers
CreateTeam
RemovePlayers
RemoveTeam
UpdateTeamInfo
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
mode
name
variantField