Skip to content

Commit

Permalink
make remove and add tag methods more consistent (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
outercloudstudio authored Oct 27, 2023
1 parent 96e9bc2 commit ca59cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
COMMENT @see #streamSelfAndPassengers
COMMENT @see #streamPassengersAndSelf
METHOD method_5737 getSwimSound ()Lnet/minecraft/class_3414;
METHOD method_5738 removeScoreboardTag (Ljava/lang/String;)Z
METHOD method_5738 removeCommandTag (Ljava/lang/String;)Z
COMMENT Removes a command tag from this entity.
COMMENT
COMMENT <p>Command tags are set using the {@linkplain net.minecraft.server.command.TagCommand
Expand Down

0 comments on commit ca59cc6

Please sign in to comment.