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.
- Loading branch information
Showing
47 changed files
with
1,224 additions
and
10 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
35 changes: 34 additions & 1 deletion
35
mappings/net/minecraft/block/spawner/TrialSpawnerConfig.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 |
---|---|---|
@@ -1,10 +1,43 @@ | ||
CLASS net/minecraft/class_8965 net/minecraft/block/spawner/TrialSpawnerConfig | ||
FIELD comp_2110 spawnPotentials Lnet/minecraft/class_6005; | ||
FIELD field_47367 DEFAULT Lnet/minecraft/class_8965; | ||
FIELD field_47368 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_47368 ENTRY_CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_53980 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD comp_2110 spawnPotentials ()Lnet/minecraft/class_6005; | ||
METHOD method_55179 getTotalMobs (I)I | ||
ARG 1 additionalPlayers | ||
METHOD method_55180 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_55181 getSimultaneousMobs (I)I | ||
ARG 1 additionalPlayers | ||
METHOD method_58712 getCooldownLength ()J | ||
METHOD method_63466 builder ()Lnet/minecraft/class_8965$class_10165; | ||
CLASS class_10165 Builder | ||
FIELD field_53981 spawnRange I | ||
FIELD field_53982 totalMobs F | ||
FIELD field_53983 simultaneousMobs F | ||
FIELD field_53984 totalMobsAddedPerPlayer F | ||
FIELD field_53985 simultaneousMobsAddedPerPlayer F | ||
FIELD field_53986 ticksBetweenSpawn I | ||
FIELD field_53987 spawnPotentials Lnet/minecraft/class_6005; | ||
FIELD field_53988 lootTablesToEject Lnet/minecraft/class_6005; | ||
FIELD field_53989 itemsToDropWhenOminous Lnet/minecraft/class_5321; | ||
METHOD method_63467 build ()Lnet/minecraft/class_8965; | ||
METHOD method_63468 totalMobs (F)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 totalMobs | ||
METHOD method_63469 spawnRange (I)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 spawnRange | ||
METHOD method_63470 itemsToDropWhenOminous (Lnet/minecraft/class_5321;)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 itemsToDropWhenOminous | ||
METHOD method_63471 spawnPotentials (Lnet/minecraft/class_6005;)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 spawnPotentials | ||
METHOD method_63472 simultaneousMobs (F)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 simultaneousMobs | ||
METHOD method_63473 ticksBetweenSpawn (I)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 ticksBetweenSpawn | ||
METHOD method_63474 lootTablesToEject (Lnet/minecraft/class_6005;)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 lootTablesToEject | ||
METHOD method_63475 totalMobsAddedPerPlayer (F)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 totalMobsAddedPerPlayer | ||
METHOD method_63476 simultaneousMobsAddedPerPlayer (F)Lnet/minecraft/class_8965$class_10165; | ||
ARG 1 simultaneousMobsAddedPerPlayer |
60 changes: 60 additions & 0 deletions
60
mappings/net/minecraft/block/spawner/TrialSpawnerConfigs.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,60 @@ | ||
CLASS net/minecraft/class_10166 net/minecraft/block/spawner/TrialSpawnerConfigs | ||
FIELD field_53990 BREEZE Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53991 MELEE_HUSK Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53992 MELEE_SPIDER Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53993 MELEE_ZOMBIE Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53994 RANGED_POISON_SKELETON Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53995 RANGED_SKELETON Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53996 RANGED_STRAY Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53997 SLOW_RANGED_POISON_SKELETON Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53998 SLOW_RANGED_SKELETON Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_53999 SLOW_RANGED_STRAY Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_54000 SMALL_MELEE_BABY_ZOMBIE Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_54001 SMALL_MELEE_CAVE_SPIDER Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_54002 SMALL_MELEE_SILVERFISH Lnet/minecraft/class_10166$class_10167; | ||
FIELD field_54003 SMALL_MELEE_SLIME Lnet/minecraft/class_10166$class_10167; | ||
METHOD method_63477 ominousMeleeBuilder ()Lnet/minecraft/class_8965$class_10165; | ||
METHOD method_63478 (Lnet/minecraft/class_5321;)Lnet/minecraft/class_9652; | ||
ARG 0 lootTable | ||
METHOD method_63479 createEntry (Lnet/minecraft/class_1299;)Lnet/minecraft/class_1952; | ||
ARG 0 entityType | ||
METHOD method_63480 createEntry (Lnet/minecraft/class_1299;Lnet/minecraft/class_5321;)Lnet/minecraft/class_1952; | ||
ARG 0 entityType | ||
ARG 1 equipmentTable | ||
METHOD method_63481 createEntry (Lnet/minecraft/class_1299;Ljava/util/function/Consumer;)Lnet/minecraft/class_1952; | ||
ARG 0 entityType | ||
ARG 1 nbtConsumer | ||
METHOD method_63482 createEntry (Lnet/minecraft/class_1299;Ljava/util/function/Consumer;Lnet/minecraft/class_5321;)Lnet/minecraft/class_1952; | ||
ARG 0 entityType | ||
ARG 1 nbtConsumer | ||
ARG 2 equipmentTable | ||
METHOD method_63483 keyOf (Ljava/lang/String;)Lnet/minecraft/class_5321; | ||
ARG 0 id | ||
METHOD method_63484 bootstrap (Lnet/minecraft/class_7891;)V | ||
ARG 0 registry | ||
METHOD method_63485 register (Lnet/minecraft/class_7891;Lnet/minecraft/class_10166$class_10167;Lnet/minecraft/class_8965;Lnet/minecraft/class_8965;)V | ||
ARG 0 registry | ||
ARG 1 configPair | ||
ARG 2 normalConfig | ||
ARG 3 ominousConfig | ||
METHOD method_63486 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63487 slowRangedBuilder ()Lnet/minecraft/class_8965$class_10165; | ||
METHOD method_63488 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63489 genericBuilder ()Lnet/minecraft/class_8965$class_10165; | ||
METHOD method_63490 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63491 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63492 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63493 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63494 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
METHOD method_63495 (Lnet/minecraft/class_2487;)V | ||
ARG 0 nbt | ||
CLASS class_10167 ConfigKeyPair | ||
METHOD method_63496 of (Ljava/lang/String;)Lnet/minecraft/class_10166$class_10167; | ||
ARG 0 id |
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
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
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
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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/block/entity/SkullBlockEntityModel.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
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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/ProjectileEntityRenderer.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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
CLASS net/minecraft/class_876 net/minecraft/client/render/entity/ProjectileEntityRenderer | ||
FIELD field_53181 model Lnet/minecraft/class_9940; | ||
METHOD method_4120 getTexture (Lnet/minecraft/class_9999;)Lnet/minecraft/class_2960; | ||
ARG 1 state |
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
Oops, something went wrong.