History - net.minecraft.server.commands.TeamCommand

1.21.3

Names

aos

aqd

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, ADD_DUPLICATE_EXCEPTION

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, EMPTY_UNCHANGED_EXCEPTION

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, OPTION_NAME_UNCHANGED_EXCEPTION

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, OPTION_COLOR_UNCHANGED_EXCEPTION

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, OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION

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, OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION

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, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION

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, OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION

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, OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION

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, OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION

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, OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION

Constructors

Methods

int (CommandSourceStack, Collection<ScoreHolder>): a, leaveTeam, method_13714, executeLeave, m_138917_

int (CommandSourceStack, Collection<ScoreHolder>): a, leaveTeam, method_13714, executeLeave

int (CommandSourceStack, PlayerTeam, Collection<ScoreHolder>): a, joinTeam, method_13720, executeJoin, m_138894_

int (CommandSourceStack, PlayerTeam, Collection<ScoreHolder>): a, joinTeam, method_13720, executeJoin

int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, m_138890_

int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility

int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, m_138929_

int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility

int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, m_138886_

int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule

int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, m_138906_

int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles

int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, m_138937_

int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire

int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, m_138902_

int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName

int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, m_138898_

int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor

int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, m_138883_

int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty

int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, m_138926_

int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove

int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, m_138910_

int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd

int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, m_138913_

int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd

int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, m_138943_

int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers

int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, m_138881_

int (CommandSourceStack): a, listTeams, method_13728, executeListTeams

int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, m_138933_

int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix

int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, m_138946_

int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix

Component (Collection<ScoreHolder>): a, getFirstMemberName, method_55372, getMemberName, m_306339_

Component (Collection<ScoreHolder>): a, getFirstMemberName, method_55372, getMemberName

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, register

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_

net.minecraft.server.v1_16_R3.CommandTeam

net.minecraft.server.commands.CommandTeam

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$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_

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_

1.16.5

Names

Fields

Constructors

Methods

1.16.4

Names

net.minecraft.server.v1_16_R2.CommandTeam

net.minecraft.server.v1_16_R3.CommandTeam

Fields

Constructors

Methods

1.16.3

Names

Fields

Constructors

Methods

1.16.2

Names

xl

yo

net.minecraft.server.v1_16_R1.CommandTeam

net.minecraft.server.v1_16_R2.CommandTeam

Fields

Constructors

Methods

1.16.1

Names

vl

xl

net.minecraft.server.v1_15_R1.CommandTeam

net.minecraft.server.v1_16_R1.CommandTeam

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

net.minecraft.server.v1_14_R1.CommandTeam

net.minecraft.server.v1_15_R1.CommandTeam

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<CommandListenerWrapper>): a, method_13736, register, func_198771_a

void (com.mojang.brigadier.CommandDispatcher<CommandSourceStack>): a, register, method_13736, register, func_198771_a

int (CommandListenerWrapper, Collection<String>): a, method_13714, executeLeave, func_198786_a

int (CommandSourceStack, Collection<String>): a, leaveTeam, method_13714, executeLeave, func_198786_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, method_13720, executeJoin, func_198768_a

int (CommandSourceStack, PlayerTeam, Collection<String>): a, joinTeam, method_13720, executeJoin, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, method_13732, executeModifyNametagVisibility, func_198777_a

int (CommandSourceStack, PlayerTeam, Team$Visibility): a, setNametagVisibility, method_13732, executeModifyNametagVisibility, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, method_13735, executeModifyDeathMessageVisibility, func_198776_b

int (CommandSourceStack, PlayerTeam, Team$Visibility): b, setDeathMessageVisibility, method_13735, executeModifyDeathMessageVisibility, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, method_13713, executeModifyCollisionRule, func_198787_a

int (CommandSourceStack, PlayerTeam, Team$CollisionRule): a, setCollision, method_13713, executeModifyCollisionRule, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a

int (CommandSourceStack, PlayerTeam, boolean): a, setFriendlySight, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, method_13754, executeModifyFriendlyFire, func_198781_b

int (CommandSourceStack, PlayerTeam, boolean): b, setFriendlyFire, method_13754, executeModifyFriendlyFire, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, method_13711, executeModifyDisplayName, func_211920_a

int (CommandSourceStack, PlayerTeam, Component): a, setDisplayName, method_13711, executeModifyDisplayName, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, method_13745, executeModifyColor, func_198757_a

int (CommandSourceStack, PlayerTeam, ChatFormatting): a, setColor, method_13745, executeModifyColor, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam): a, method_13723, executeEmpty, func_198788_a

int (CommandSourceStack, PlayerTeam): a, emptyTeam, method_13723, executeEmpty, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): b, method_13747, executeRemove, func_198784_b

int (CommandSourceStack, PlayerTeam): b, deleteTeam, method_13747, executeRemove, func_198784_b

int (CommandListenerWrapper, String): a, method_13757, executeAdd, func_211916_a

int (CommandSourceStack, String): a, createTeam, method_13757, executeAdd, func_211916_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, method_13715, executeAdd, func_211917_a

int (CommandSourceStack, String, Component): a, createTeam, method_13715, executeAdd, func_211917_a

int (CommandListenerWrapper, ScoreboardTeam): c, method_13748, executeListMembers, func_198782_c

int (CommandSourceStack, PlayerTeam): c, listMembers, method_13748, executeListMembers, func_198782_c

int (CommandListenerWrapper): a, method_13728, executeListTeams, func_198792_a

int (CommandSourceStack): a, listTeams, method_13728, executeListTeams, func_198792_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, method_13743, executeModifyPrefix, func_207515_a

int (CommandSourceStack, PlayerTeam, Component): b, setPrefix, method_13743, executeModifyPrefix, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, method_13756, executeModifySuffix, func_207517_b

int (CommandSourceStack, PlayerTeam, Component): c, setSuffix, method_13756, executeModifySuffix, func_207517_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<CommandListenerWrapper>): a, method_13736, func_198771_a

void (com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper>): a, method_13736, register, func_198771_a

int (CommandListenerWrapper, Collection<String>): a, method_13714, func_198786_a

int (CommandListenerWrapper, Collection<String>): a, method_13714, executeLeave, func_198786_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, method_13720, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, method_13720, executeJoin, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, method_13732, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, method_13732, executeModifyNametagVisibility, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, method_13735, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, method_13735, executeModifyDeathMessageVisibility, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, method_13713, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, method_13713, executeModifyCollisionRule, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, method_13751, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, method_13751, executeModifySeeFriendlyInvisibles, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, method_13754, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, method_13754, executeModifyFriendlyFire, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, method_13711, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, method_13711, executeModifyDisplayName, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, method_13745, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, method_13745, executeModifyColor, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam): a, method_13723, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): a, method_13723, executeEmpty, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): b, method_13747, func_198784_b

int (CommandListenerWrapper, ScoreboardTeam): b, method_13747, executeRemove, func_198784_b

int (CommandListenerWrapper, String): a, method_13757, func_211916_a

int (CommandListenerWrapper, String): a, method_13757, executeAdd, func_211916_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, method_13715, func_211917_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, method_13715, executeAdd, func_211917_a

int (CommandListenerWrapper, ScoreboardTeam): c, method_13748, func_198782_c

int (CommandListenerWrapper, ScoreboardTeam): c, method_13748, executeListMembers, func_198782_c

int (CommandListenerWrapper): a, method_13728, func_198792_a

int (CommandListenerWrapper): a, method_13728, executeListTeams, func_198792_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, method_13743, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, method_13743, executeModifyPrefix, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, method_13756, func_207517_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, method_13756, executeModifySuffix, func_207517_b

1.14.2

Names

Fields

Constructors

Methods

1.14.1

Names

Fields

Constructors

Methods

1.14

Names

ry

tp

net.minecraft.class_3142

net.minecraft.server.v1_13_R2.CommandTeam

net.minecraft.server.v1_14_R1.CommandTeam

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<CommandListenerWrapper>): a, func_198771_a

void (com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper>): a, method_13736, func_198771_a

int (CommandListenerWrapper, Collection<String>): a, func_198786_a

int (CommandListenerWrapper, Collection<String>): a, method_13714, func_198786_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, method_13720, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, method_13732, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, method_13735, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, method_13713, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, method_13751, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, method_13754, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, method_13711, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, method_13745, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam): a, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): a, method_13723, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): b, func_198784_b

int (CommandListenerWrapper, ScoreboardTeam): b, method_13747, func_198784_b

int (CommandListenerWrapper, String): a, func_211916_a

int (CommandListenerWrapper, String): a, method_13757, func_211916_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, func_211917_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, method_13715, func_211917_a

int (CommandListenerWrapper, ScoreboardTeam): c, func_198782_c

int (CommandListenerWrapper, ScoreboardTeam): c, method_13748, func_198782_c

int (CommandListenerWrapper): a, func_198792_a

int (CommandListenerWrapper): a, method_13728, func_198792_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, method_13743, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, func_207517_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, method_13756, func_207517_b

1.13.2

Names

Fields

Constructors

Methods

1.13.1

Names

rx

ry

net.minecraft.server.v1_13_R1.CommandTeam

net.minecraft.server.v1_13_R2.CommandTeam

Fields

Constructors

Methods

1.13

Names

rx

net.minecraft.command.impl.TeamCommand

net.minecraft.server.v1_13_R1.CommandTeam

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<CommandListenerWrapper>): a, func_198771_a

int (CommandListenerWrapper, Collection<String>): a, func_198786_a

int (CommandListenerWrapper, ScoreboardTeam, Collection<String>): a, func_198768_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): a, func_198777_a

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumNameTagVisibility): b, func_198776_b

int (CommandListenerWrapper, ScoreboardTeam, ScoreboardTeamBase$EnumTeamPush): a, func_198787_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): a, func_198783_a

int (CommandListenerWrapper, ScoreboardTeam, boolean): b, func_198781_b

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): a, func_211920_a

int (CommandListenerWrapper, ScoreboardTeam, EnumChatFormat): a, func_198757_a

int (CommandListenerWrapper, ScoreboardTeam): a, func_198788_a

int (CommandListenerWrapper, ScoreboardTeam): b, func_198784_b

int (CommandListenerWrapper, String): a, func_211916_a

int (CommandListenerWrapper, String, IChatBaseComponent): a, func_211917_a

int (CommandListenerWrapper, ScoreboardTeam): c, func_198782_c

int (CommandListenerWrapper): a, func_198792_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): b, func_207515_a

int (CommandListenerWrapper, ScoreboardTeam, IChatBaseComponent): c, func_207517_b