yarn/mappings/net/minecraft/server/command/BossBarCommand.mapping

29 lines
1.7 KiB
Plaintext

CLASS ro net/minecraft/server/command/BossBarCommand
FIELD a suggestionProvider Lcom/mojang/brigadier/suggestion/SuggestionProvider;
FIELD b CREATE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD c UNKNOWN_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD d SET_PLAYERS_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD e SET_NAME_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD f SET_COLOR_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD g SET_STYLE_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD h SET_VALUE_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD i SETMAX_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD j SET_VISIBILITY_UNCHANGED_HIDDEN_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD k SET_VISIBILITY_UNCHANGED_VISIBLE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a listBossBars (Lcd;)I
METHOD a addBossBar (Lcd;Lqr;Ljm;)I
METHOD a getValue (Lcd;Lrh;)I
METHOD a setValue (Lcd;Lrh;I)I
METHOD a setColor (Lcd;Lrh;Lagk$a;)I
METHOD a setOverlay (Lcd;Lrh;Lagk$b;)I
METHOD a setPlayers (Lcd;Lrh;Ljava/util/Collection;)I
METHOD a setName (Lcd;Lrh;Ljm;)I
METHOD a setVisible (Lcd;Lrh;Z)I
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V
METHOD a createBossBar (Lcom/mojang/brigadier/context/CommandContext;)Lrh;
METHOD b getMaxValue (Lcd;Lrh;)I
METHOD b setMaxValue (Lcd;Lrh;I)I
METHOD c isVisible (Lcd;Lrh;)I
METHOD d getPlayers (Lcd;Lrh;)I
METHOD e removeBossBar (Lcd;Lrh;)I