Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Nov 16, 2023
1 parent dbc6020 commit b86015f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mappings/net/minecraft/server/command/FillBiomeCommand.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,21 @@ CLASS net/minecraft/class_7926 net/minecraft/server/command/FillBiomeCommand
ARG 1 specified
METHOD method_47818 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_55339 fillBiome (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;)Lcom/mojang/datafixers/util/Either;
ARG 0 world
ARG 1 from
ARG 2 to
ARG 3 biome
METHOD method_55340 fillBiome (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/util/function/Predicate;Ljava/util/function/Consumer;)Lcom/mojang/datafixers/util/Either;
ARG 0 world
ARG 1 from
ARG 2 to
ARG 3 biome
ARG 4 filter
ARG 5 feedbackConsumer
METHOD method_55341 (Lnet/minecraft/class_2168;Ljava/util/function/Supplier;)V
ARG 1 feedbackSupplier
METHOD method_55342 (Lnet/minecraft/class_6880;)Z
ARG 0 biomex
METHOD method_55343 (Ljava/util/function/Supplier;)V
ARG 0 feedbackSupplier
1 change: 1 addition & 0 deletions mappings/net/minecraft/server/command/KickCommand.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_3073 net/minecraft/server/command/KickCommand
FIELD field_46229 CANNOT_KICK_OWNER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_47520 CANNOT_KICK_SINGLEPLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13409 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13410 register (Lcom/mojang/brigadier/CommandDispatcher;)V
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/test/TestContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,5 @@ CLASS net/minecraft/class_4516 net/minecraft/test/TestContext
METHOD method_55323 expectEntities (Lnet/minecraft/class_1299;I)V
ARG 1 type
ARG 2 amount
METHOD method_55451 setBiome (Lnet/minecraft/class_5321;)V
ARG 1 biome
7 changes: 7 additions & 0 deletions mappings/net/minecraft/util/Util.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ CLASS net/minecraft/class_156 net/minecraft/util/Util
METHOD method_54908 readTyped (Lcom/mojang/datafixers/types/Type;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/datafixers/Typed;
ARG 0 type
ARG 1 value
METHOD method_55333 readTyped (Lcom/mojang/datafixers/types/Type;Lcom/mojang/serialization/Dynamic;Z)Lcom/mojang/datafixers/Typed;
ARG 0 type
ARG 1 value
ARG 2 allowPartial
METHOD method_55334 getResultOrPartial (Lcom/mojang/serialization/DataResult;Ljava/util/function/Function;)Ljava/lang/Object;
ARG 0 result
ARG 1 exceptionGetter
METHOD method_645 previous (Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object;
COMMENT {@return the item preceding {@code object} in {@code iterable}}
COMMENT
Expand Down

0 comments on commit b86015f

Please sign in to comment.