CLASS net/minecraft/class_5900 net/minecraft/network/packet/s2c/play/TeamS2CPacket FIELD field_29151 packetType I COMMENT Indicates the type of this packet. Is one of {@link #ADD}, {@link #REMOVE}, COMMENT {@link #UPDATE}, {@link #ADD_PLAYERS}, or {@link #REMOVE_PLAYERS}. FIELD field_29152 teamName Ljava/lang/String; FIELD field_29153 playerNames Ljava/util/Collection; FIELD field_29154 team Ljava/util/Optional; FIELD field_33346 ADD I COMMENT The {@link #packetType} that creates a new team with a few players. Has value COMMENT {@value}. FIELD field_33347 REMOVE I COMMENT The {@link #packetType} that removes a team. Has value {@value}. FIELD field_33348 UPDATE I COMMENT The {@link #packetType} that updates a team's information. Has value {@value}. FIELD field_33349 ADD_PLAYERS I COMMENT The {@link #packetType} that adds a few players to a team. Has value {@value}. FIELD field_33350 REMOVE_PLAYERS I COMMENT The {@link #packetType} that removes a few players from a team. Has value {@value}. FIELD field_33351 FIRST_MAX_VISIBILITY_OR_COLLISION_RULE_LENGTH I COMMENT One of the name tag visibility rule or collision rule strings' max length. COMMENT Has value {@value}. FIELD field_33352 SECOND_MAX_VISIBILITY_OR_COLLISION_RULE_LENGTH I COMMENT One of the name tag visibility rule or collision rule strings' max length. COMMENT Has value {@value}. METHOD (Ljava/lang/String;ILjava/util/Optional;Ljava/util/Collection;)V ARG 1 teamName ARG 2 packetType ARG 3 team ARG 4 playerNames METHOD (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD method_34169 containsPlayers (I)Z ARG 0 packetType METHOD method_34170 updateRemovedTeam (Lnet/minecraft/class_268;)Lnet/minecraft/class_5900; ARG 0 team METHOD method_34171 changePlayerTeam (Lnet/minecraft/class_268;Ljava/lang/String;Lnet/minecraft/class_5900$class_5901;)Lnet/minecraft/class_5900; ARG 0 team ARG 1 playerName ARG 2 operation METHOD method_34172 updateTeam (Lnet/minecraft/class_268;Z)Lnet/minecraft/class_5900; ARG 0 team ARG 1 updatePlayers METHOD method_34174 getPlayerListOperation ()Lnet/minecraft/class_5900$class_5901; METHOD method_34175 containsTeamInfo (I)Z ARG 0 packetType METHOD method_34176 getTeamOperation ()Lnet/minecraft/class_5900$class_5901; METHOD method_34177 getTeamName ()Ljava/lang/String; METHOD method_34178 getPlayerNames ()Ljava/util/Collection; METHOD method_34179 getTeam ()Ljava/util/Optional; CLASS class_5901 Operation CLASS class_5902 SerializableTeam FIELD field_29158 displayName Lnet/minecraft/class_2561; FIELD field_29159 prefix Lnet/minecraft/class_2561; FIELD field_29160 suffix Lnet/minecraft/class_2561; FIELD field_29161 nameTagVisibilityRule Ljava/lang/String; FIELD field_29162 collisionRule Ljava/lang/String; FIELD field_29163 color Lnet/minecraft/class_124; FIELD field_29164 friendlyFlags I METHOD (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD (Lnet/minecraft/class_268;)V ARG 1 team METHOD method_34181 getDisplayName ()Lnet/minecraft/class_2561; METHOD method_34182 write (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD method_34183 getFriendlyFlagsBitwise ()I METHOD method_34184 getColor ()Lnet/minecraft/class_124; METHOD method_34185 getNameTagVisibilityRule ()Ljava/lang/String; METHOD method_34186 getCollisionRule ()Ljava/lang/String; METHOD method_34187 getPrefix ()Lnet/minecraft/class_2561; METHOD method_34188 getSuffix ()Lnet/minecraft/class_2561;