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

7 lines
435 B
Plaintext

CLASS ra net/minecraft/server/command/CloneCommand
FIELD a IS_AIR_PREDICATE Ljava/util/function/Predicate;
FIELD b OVERLAP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c TOOBIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD d FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V