History - net.minecraft.server.commands.TeamCommand
25w18a
Names
apw
aqb
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_TEAM_ALREADY_EXISTS, field_13749, ADD_DUPLICATE_EXCEPTION, f_138862_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_TEAM_ALREADY_EXISTS, field_13749
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, f_138864_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_TEAM_ALREADY_EMPTY, field_13751
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, f_138865_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_NAME, field_13755
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, f_138866_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_COLOR, field_13746
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, f_138867_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, f_138868_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, f_138869_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, f_138870_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, f_138871_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, f_138872_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, f_138873_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_COLLISION_UNCHANGED, field_13750
Constructors
Methods
int (CommandSourceStack, Collection<ScoreHolder>): a, leaveTeam, method_13714, executeLeave, m_138917_
int (CommandSourceStack, Collection<ScoreHolder>): a, leaveTeam, method_13714
int (CommandSourceStack, PlayerTeam, Collection<ScoreHolder>): a, joinTeam, method_13720, executeJoin, m_138894_
int (CommandSourceStack, PlayerTeam, Collection<ScoreHolder>): a, joinTeam, method_13720
int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, m_138886_
int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713
int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, m_138906_
int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751
int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, m_138937_
int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754
int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, m_138902_
int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711
int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, m_138898_
int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745
int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, m_138883_
int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723
int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, m_138926_
int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747
int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, m_138910_
int (CommandSourceStack, String): a, createTeam, method_13757
int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, m_138913_
int (CommandSourceStack, String, Component): a, createTeam, method_13715
int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, m_138943_
int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748
int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, m_138881_
int (CommandSourceStack): a, listTeams, method_13728
int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, m_138933_
int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743
int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, m_138946_
int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756
int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, m_138890_
int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732
int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, m_138929_
int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735
Component (Collection<ScoreHolder>): a, getFirstMemberName, method_55372, getMemberName, m_306339_
Component (Collection<ScoreHolder>): a, getFirstMemberName, method_55372
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13736, register, m_138877_
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13736
1.21.5
Names
aoz
apw
Fields
Constructors
Methods
1.21.4
Names
aqd
aoz
Fields
Constructors
Methods
1.21.3
Names
aos
aqd
Fields
Constructors
Methods
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
apg
aos
Fields
Constructors
Methods
1.20.6
Names
alg
apg
Fields
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13736, register, m_138877_
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>, CommandBuildContext): a, register, method_13736, register, m_138877_
1.20.4
Names
aiu
alg
Fields
Constructors
Methods
Component (Collection<ScoreHolder>): a, getFirstMemberName, method_55372, getMemberName, m_306339_
1.20.2
Names
agl
aiu
Fields
Constructors
Methods
1.20.1
Names
agx
agl
Fields
Constructors
Methods
1.19.4
Names
afu
agx
Fields
Constructors
Methods
1.19.3
Names
aeo
afu
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
adw
aeo
Fields
Constructors
Methods
1.19
Names
acf
adw
Fields
Constructors
Methods
1.18.2
Names
abr
acf
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
aaa
abr
Fields
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONG_NAME_EXCEPTION, f_138863_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, f_138864_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: b, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, f_138864_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, f_138865_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, f_138865_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, f_138866_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, f_138866_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, f_138867_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, f_138867_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, f_138868_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, f_138868_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, f_138869_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, f_138869_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, f_138870_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, f_138870_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, f_138871_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, f_138871_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, f_138872_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, f_138872_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, f_138873_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, f_138873_
Constructors
Methods
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
yo
aaa
net.minecraft.command.impl.TeamCommand
net.minecraft.src.C_5382_
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_TEAM_ALREADY_EXISTS, field_13749, ADD_DUPLICATE_EXCEPTION, field_198793_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_TEAM_ALREADY_EXISTS, field_13749, ADD_DUPLICATE_EXCEPTION, f_138862_
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONG_NAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONG_NAME_EXCEPTION, f_138863_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, f_138864_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, f_138865_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, f_138866_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, f_138867_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, f_138868_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, f_138869_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, f_138870_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, f_138871_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, f_138872_
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, field_198804_l
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, f_138873_
Constructors
()
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13736, register, func_198771_a
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13736, register, m_138877_
int (CommandSourceStack, Collection<String>): a, leaveTeam, method_13714, executeLeave, func_198786_a
int (CommandSourceStack, Collection<String>): a, leaveTeam, method_13714, executeLeave, m_138917_
int (CommandSourceStack, PlayerTeam, Collection<String>): a, joinTeam, method_13720, executeJoin, func_198768_a
int (CommandSourceStack, PlayerTeam, Collection<String>): a, joinTeam, method_13720, executeJoin, m_138894_
int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, func_198787_a
int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, m_138886_
int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a
int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, m_138906_
int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, func_198781_b
int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, m_138937_
int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, func_211920_a
int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, m_138902_
int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, func_198757_a
int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, m_138898_
int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, func_198788_a
int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, m_138883_
int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, func_198784_b
int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, m_138926_
int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, func_211916_a
int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, m_138910_
int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, func_211917_a
int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, m_138913_
int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, func_198782_c
int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, m_138943_
int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, func_198792_a
int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, m_138881_
int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, func_207515_a
int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, m_138933_
int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, func_207517_b
int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, m_138946_
int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, func_198777_a
int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, m_138890_
int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, func_198776_b
int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, m_138929_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
xl
yo
Fields
Constructors
Methods
1.16.1
Names
vl
xl
Fields
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONGNAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONG_NAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLYFIRE_ALREADYENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLYFIRE_ALREADYDISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, SEEFRIENDLYINVISIBLES_ALREADYDSISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISIONRULE_UNCHANGED_EXCEPTION, field_198804_l
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION, field_198804_l
Constructors
Methods
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
tt
vl
Fields
Constructors
Methods
1.14.4
Names
tr
tt
net.minecraft.server.commands.TeamCommand
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_13749, ADD_DUPLICATE_EXCEPTION, field_198793_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, ERROR_TEAM_ALREADY_EXISTS, field_13749, ADD_DUPLICATE_EXCEPTION, field_198793_a
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_13748, ADD_LONGNAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, ERROR_TEAM_NAME_TOO_LONG, field_13748, ADD_LONGNAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_13751, EMPTY_UNCHANGED_EXCEPTION, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, ERROR_TEAM_ALREADY_EMPTY, field_13751, EMPTY_UNCHANGED_EXCEPTION, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, ERROR_TEAM_ALREADY_NAME, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, ERROR_TEAM_ALREADY_COLOR, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_13753, OPTION_FRIENDLYFIRE_ALREADYENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, ERROR_TEAM_ALREADY_FRIENDLYFIRE_ENABLED, field_13753, OPTION_FRIENDLYFIRE_ALREADYENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_13754, OPTION_FRIENDLYFIRE_ALREADYDISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, ERROR_TEAM_ALREADY_FRIENDLYFIRE_DISABLED, field_13754, OPTION_FRIENDLYFIRE_ALREADYDISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_13747, OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_ENABLED, field_13747, OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_13756, SEEFRIENDLYINVISIBLES_ALREADYDSISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, ERROR_TEAM_ALREADY_FRIENDLYINVISIBLES_DISABLED, field_13756, SEEFRIENDLYINVISIBLES_ALREADYDSISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_13752, OPTION_NAMETAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, ERROR_TEAM_NAMETAG_VISIBLITY_UNCHANGED, field_13752, OPTION_NAMETAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_13757, OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, ERROR_TEAM_DEATH_MESSAGE_VISIBLITY_UNCHANGED, field_13757, OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_13750, OPTION_COLLISIONRULE_UNCHANGED_EXCEPTION, field_198804_l
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, ERROR_TEAM_COLLISION_UNCHANGED, field_13750, OPTION_COLLISIONRULE_UNCHANGED_EXCEPTION, field_198804_l
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<ServerCommandSource>): a, method_13736, register, func_198771_a
void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13736, register, func_198771_a
int (ServerCommandSource, Collection<String>): a, method_13714, executeLeave, func_198786_a
int (CommandSourceStack, Collection<String>): a, leaveTeam, method_13714, executeLeave, func_198786_a
int (ServerCommandSource, Team, Collection<String>): a, method_13720, executeJoin, func_198768_a
int (CommandSourceStack, PlayerTeam, Collection<String>): a, joinTeam, method_13720, executeJoin, func_198768_a
int (ServerCommandSource, Team, AbstractTeam$CollisionRule): a, method_13713, executeModifyCollisionRule, func_198787_a
int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, func_198787_a
int (ServerCommandSource, Team, boolean): a, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a
int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a
int (ServerCommandSource, Team, boolean): b, method_13754, executeModifyFriendlyFire, func_198781_b
int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, func_198781_b
int (ServerCommandSource, Team, Text): a, method_13711, executeModifyDisplayName, func_211920_a
int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, func_211920_a
int (ServerCommandSource, Team, Formatting): a, method_13745, executeModifyColor, func_198757_a
int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, func_198757_a
int (ServerCommandSource, Team): a, method_13723, executeEmpty, func_198788_a
int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, func_198788_a
int (ServerCommandSource, Team): b, method_13747, executeRemove, func_198784_b
int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, func_198784_b
int (ServerCommandSource, String): a, method_13757, executeAdd, func_211916_a
int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, func_211916_a
int (ServerCommandSource, String, Text): a, method_13715, executeAdd, func_211917_a
int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, func_211917_a
int (ServerCommandSource, Team): c, method_13748, executeListMembers, func_198782_c
int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, func_198782_c
int (ServerCommandSource): a, method_13728, executeListTeams, func_198792_a
int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, func_198792_a
int (ServerCommandSource, Team, Text): b, method_13743, executeModifyPrefix, func_207515_a
int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, func_207515_a
int (ServerCommandSource, Team, Text): c, method_13756, executeModifySuffix, func_207517_b
int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, func_207517_b
int (ServerCommandSource, Team, AbstractTeam$VisibilityRule): a, method_13732, executeModifyNametagVisibility, func_198777_a
int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, func_198777_a
int (ServerCommandSource, Team, AbstractTeam$VisibilityRule): b, method_13735, executeModifyDeathMessageVisibility, func_198776_b
int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, func_198776_b
1.14.3
Names
tp
tr
net.minecraft.server.command.TeamCommand
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_13749, field_198793_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_13749, ADD_DUPLICATE_EXCEPTION, field_198793_a
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_13748, field_198794_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_13748, ADD_LONGNAME_EXCEPTION, field_198794_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_13751, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_13751, EMPTY_UNCHANGED_EXCEPTION, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_13755, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_13755, OPTION_NAME_UNCHANGED_EXCEPTION, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_13746, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_13746, OPTION_COLOR_UNCHANGED_EXCEPTION, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_13753, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_13753, OPTION_FRIENDLYFIRE_ALREADYENABLED_EXCEPTION, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_13754, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_13754, OPTION_FRIENDLYFIRE_ALREADYDISABLED_EXCEPTION, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_13747, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_13747, OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED_EXCEPTION, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_13756, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_13756, SEEFRIENDLYINVISIBLES_ALREADYDSISABLED_EXCEPTION, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_13752, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_13752, OPTION_NAMETAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_13757, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_13757, OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED_EXCEPTION, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_13750, field_198804_l
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_13750, OPTION_COLLISIONRULE_UNCHANGED_EXCEPTION, field_198804_l
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, method_13736, func_198771_a
void (com.mojang.brigadier.CommandDispatcher<ServerCommandSource>): a, method_13736, register, func_198771_a
int (CommandSource, Collection<String>): a, method_13714, func_198786_a
int (ServerCommandSource, Collection<String>): a, method_13714, executeLeave, func_198786_a
int (CommandSource, ScorePlayerTeam, Collection<String>): a, method_13720, func_198768_a
int (ServerCommandSource, Team, Collection<String>): a, method_13720, executeJoin, func_198768_a
int (CommandSource, ScorePlayerTeam, Team$CollisionRule): a, method_13713, func_198787_a
int (ServerCommandSource, Team, AbstractTeam$CollisionRule): a, method_13713, executeModifyCollisionRule, func_198787_a
int (CommandSource, ScorePlayerTeam, boolean): a, method_13751, func_198783_a
int (ServerCommandSource, Team, boolean): a, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a
int (CommandSource, ScorePlayerTeam, boolean): b, method_13754, func_198781_b
int (ServerCommandSource, Team, boolean): b, method_13754, executeModifyFriendlyFire, func_198781_b
int (CommandSource, ScorePlayerTeam, ITextComponent): a, method_13711, func_211920_a
int (ServerCommandSource, Team, Text): a, method_13711, executeModifyDisplayName, func_211920_a
int (CommandSource, ScorePlayerTeam, TextFormatting): a, method_13745, func_198757_a
int (ServerCommandSource, Team, Formatting): a, method_13745, executeModifyColor, func_198757_a
int (CommandSource, ScorePlayerTeam): a, method_13723, func_198788_a
int (ServerCommandSource, Team): a, method_13723, executeEmpty, func_198788_a
int (CommandSource, ScorePlayerTeam): b, method_13747, func_198784_b
int (ServerCommandSource, Team): b, method_13747, executeRemove, func_198784_b
int (CommandSource, String): a, method_13757, func_211916_a
int (ServerCommandSource, String): a, method_13757, executeAdd, func_211916_a
int (CommandSource, String, ITextComponent): a, method_13715, func_211917_a
int (ServerCommandSource, String, Text): a, method_13715, executeAdd, func_211917_a
int (CommandSource, ScorePlayerTeam): c, method_13748, func_198782_c
int (ServerCommandSource, Team): c, method_13748, executeListMembers, func_198782_c
int (CommandSource): a, method_13728, func_198792_a
int (ServerCommandSource): a, method_13728, executeListTeams, func_198792_a
int (CommandSource, ScorePlayerTeam, ITextComponent): b, method_13743, func_207515_a
int (ServerCommandSource, Team, Text): b, method_13743, executeModifyPrefix, func_207515_a
int (CommandSource, ScorePlayerTeam, ITextComponent): c, method_13756, func_207517_b
int (ServerCommandSource, Team, Text): c, method_13756, executeModifySuffix, func_207517_b
int (CommandSource, ScorePlayerTeam, Team$Visible): a, method_13732, func_198777_a
int (ServerCommandSource, Team, AbstractTeam$VisibilityRule): a, method_13732, executeModifyNametagVisibility, func_198777_a
int (CommandSource, ScorePlayerTeam, Team$Visible): b, method_13735, func_198776_b
int (ServerCommandSource, Team, AbstractTeam$VisibilityRule): b, method_13735, executeModifyDeathMessageVisibility, func_198776_b
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
ry
tp
net.minecraft.class_3142
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_198793_a
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_13749, field_198793_a
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_198794_b
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_13748, field_198794_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_13751, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_13755, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_13746, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_13753, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_13754, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_13747, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_13756, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_13752, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_13757, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_198804_l
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_13750, field_198804_l
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, func_198771_a
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, method_13736, func_198771_a
int (CommandSource, Collection<String>): a, func_198786_a
int (CommandSource, Collection<String>): a, method_13714, func_198786_a
int (CommandSource, ScorePlayerTeam, Collection<String>): a, func_198768_a
int (CommandSource, ScorePlayerTeam, Collection<String>): a, method_13720, func_198768_a
int (CommandSource, ScorePlayerTeam, Team$EnumVisible): a, func_198777_a
int (CommandSource, ScorePlayerTeam, Team$EnumVisible): b, func_198776_b
int (CommandSource, ScorePlayerTeam, Team$CollisionRule): a, func_198787_a
int (CommandSource, ScorePlayerTeam, Team$CollisionRule): a, method_13713, func_198787_a
int (CommandSource, ScorePlayerTeam, boolean): a, func_198783_a
int (CommandSource, ScorePlayerTeam, boolean): a, method_13751, func_198783_a
int (CommandSource, ScorePlayerTeam, boolean): b, func_198781_b
int (CommandSource, ScorePlayerTeam, boolean): b, method_13754, func_198781_b
int (CommandSource, ScorePlayerTeam, ITextComponent): a, func_211920_a
int (CommandSource, ScorePlayerTeam, ITextComponent): a, method_13711, func_211920_a
int (CommandSource, ScorePlayerTeam, TextFormatting): a, func_198757_a
int (CommandSource, ScorePlayerTeam, TextFormatting): a, method_13745, func_198757_a
int (CommandSource, ScorePlayerTeam): a, func_198788_a
int (CommandSource, ScorePlayerTeam): a, method_13723, func_198788_a
int (CommandSource, ScorePlayerTeam): b, func_198784_b
int (CommandSource, ScorePlayerTeam): b, method_13747, func_198784_b
int (CommandSource, String): a, func_211916_a
int (CommandSource, String): a, method_13757, func_211916_a
int (CommandSource, String, ITextComponent): a, func_211917_a
int (CommandSource, String, ITextComponent): a, method_13715, func_211917_a
int (CommandSource, ScorePlayerTeam): c, func_198782_c
int (CommandSource, ScorePlayerTeam): c, method_13748, func_198782_c
int (CommandSource): a, func_198792_a
int (CommandSource): a, method_13728, func_198792_a
int (CommandSource, ScorePlayerTeam, ITextComponent): b, func_207515_a
int (CommandSource, ScorePlayerTeam, ITextComponent): b, method_13743, func_207515_a
int (CommandSource, ScorePlayerTeam, ITextComponent): c, func_207517_b
int (CommandSource, ScorePlayerTeam, ITextComponent): c, method_13756, func_207517_b
int (CommandSource, ScorePlayerTeam, Team$Visible): a, method_13732, func_198777_a
int (CommandSource, ScorePlayerTeam, Team$Visible): b, method_13735, func_198776_b
1.13.2
Names
Fields
Constructors
Methods
1.13.1
Names
rx
ry
Fields
Constructors
Methods
1.13
Names
rx
net.minecraft.command.impl.TeamCommand
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: a, field_198793_a
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: b, field_198794_b
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: c, field_198796_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: d, field_211921_d
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: e, field_198797_e
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: f, field_198798_f
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: g, field_198799_g
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: h, field_198800_h
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: i, field_198801_i
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: j, field_198802_j
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: k, field_198803_k
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: l, field_198804_l
Constructors
Methods
void (com.mojang.brigadier.CommandDispatcher<CommandSource>): a, func_198771_a
int (CommandSource, Collection<String>): a, func_198786_a
int (CommandSource, ScorePlayerTeam, Collection<String>): a, func_198768_a
int (CommandSource, ScorePlayerTeam, Team$EnumVisible): a, func_198777_a
int (CommandSource, ScorePlayerTeam, Team$EnumVisible): b, func_198776_b
int (CommandSource, ScorePlayerTeam, Team$CollisionRule): a, func_198787_a
int (CommandSource, ScorePlayerTeam, boolean): a, func_198783_a
int (CommandSource, ScorePlayerTeam, boolean): b, func_198781_b
int (CommandSource, ScorePlayerTeam, ITextComponent): a, func_211920_a
int (CommandSource, ScorePlayerTeam, TextFormatting): a, func_198757_a
int (CommandSource, ScorePlayerTeam): a, func_198788_a
int (CommandSource, ScorePlayerTeam): b, func_198784_b
int (CommandSource, String): a, func_211916_a
int (CommandSource, String, ITextComponent): a, func_211917_a
int (CommandSource, ScorePlayerTeam): c, func_198782_c
int (CommandSource): a, func_198792_a
int (CommandSource, ScorePlayerTeam, ITextComponent): b, func_207515_a
int (CommandSource, ScorePlayerTeam, ITextComponent): c, func_207517_b