forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plenty more to do, i'm going to bed :)
- Loading branch information
Showing
9 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/class_9168 net/minecraft/entity/SpawnLocation | ||
METHOD isSpawnPositionOk (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Z | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 entityType | ||
METHOD method_56553 adjustPosition (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338; | ||
ARG 1 world | ||
ARG 2 pos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CLASS net/minecraft/class_9169 net/minecraft/entity/SpawnLocationTypes | ||
FIELD field_48742 UNRESTRICTED Lnet/minecraft/class_9168; | ||
FIELD field_48743 IN_WATER Lnet/minecraft/class_9168; | ||
FIELD field_48744 IN_LAVA Lnet/minecraft/class_9168; | ||
FIELD field_48745 ON_GROUND Lnet/minecraft/class_9168; | ||
METHOD method_56554 (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Z | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 entityType | ||
METHOD method_56555 (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Z | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 entityType | ||
METHOD method_56556 (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Z | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 entityType | ||
CLASS 1 | ||
METHOD method_56557 isClearForSpawn (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Z | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 entityType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
mappings/net/minecraft/server/dedicated/command/TransferCommand.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
CLASS net/minecraft/class_9159 net/minecraft/server/dedicated/command/TransferCommand | ||
FIELD field_48710 NO_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; | ||
METHOD method_56522 register (Lcom/mojang/brigadier/CommandDispatcher;)V | ||
ARG 0 dispatcher | ||
METHOD method_56523 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_56524 (Lnet/minecraft/class_2168;)Z | ||
ARG 0 source | ||
METHOD method_56525 transfer (Lnet/minecraft/class_2168;Ljava/lang/String;ILjava/util/Collection;)I | ||
ARG 0 source | ||
ARG 1 host | ||
ARG 2 port | ||
ARG 3 players | ||
METHOD method_56527 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context | ||
METHOD method_56529 (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 0 context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters