-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No packet or networking stuff here! Just the not-packet-or-networking stuff.
- Loading branch information
Showing
40 changed files
with
222 additions
and
12 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/advancement/criterion/AnyBlockUseCriterion.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,16 @@ | ||
CLASS net/minecraft/class_9104 net/minecraft/advancement/criterion/AnyBlockUseCriterion | ||
METHOD method_56049 trigger (Lnet/minecraft/class_3222;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;)V | ||
ARG 1 player | ||
ARG 2 pos | ||
ARG 3 stack | ||
METHOD method_56050 (Lnet/minecraft/class_47;Lnet/minecraft/class_9104$class_9105;)Z | ||
ARG 1 conditions | ||
CLASS class_9105 Conditions | ||
FIELD comp_2029 player Ljava/util/Optional; | ||
FIELD field_48277 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_56051 (Lnet/minecraft/class_8944;Lnet/minecraft/class_5258;)V | ||
ARG 1 location | ||
METHOD method_56052 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_56053 test (Lnet/minecraft/class_47;)Z | ||
ARG 1 location |
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
15 changes: 15 additions & 0 deletions
15
mappings/net/minecraft/advancement/criterion/DefaultBlockUseCriterion.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,15 @@ | ||
CLASS net/minecraft/class_9107 net/minecraft/advancement/criterion/DefaultBlockUseCriterion | ||
METHOD method_56066 trigger (Lnet/minecraft/class_3222;Lnet/minecraft/class_2338;)V | ||
ARG 1 player | ||
ARG 2 pos | ||
METHOD method_56067 (Lnet/minecraft/class_47;Lnet/minecraft/class_9107$class_9108;)Z | ||
ARG 1 conditions | ||
CLASS class_9108 Conditions | ||
FIELD comp_2029 player Ljava/util/Optional; | ||
FIELD field_48317 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_56068 (Lnet/minecraft/class_8944;Lnet/minecraft/class_5258;)V | ||
ARG 1 location | ||
METHOD method_56069 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_56070 test (Lnet/minecraft/class_47;)Z | ||
ARG 1 location |
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 was deleted.
Oops, something went wrong.
This file was deleted.
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
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
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/datafixer/fix/RenameEnchantmentFix.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,14 @@ | ||
CLASS net/minecraft/class_9106 net/minecraft/datafixer/fix/RenameEnchantmentFix | ||
FIELD field_48315 name Ljava/lang/String; | ||
FIELD field_48316 oldToNewIds Ljava/util/Map; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Ljava/util/Map;)V | ||
ARG 1 outputSchema | ||
ARG 2 name | ||
ARG 3 oldToNewIds | ||
METHOD method_56057 fixIds (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 data | ||
METHOD method_56060 fixIds (Lcom/mojang/serialization/Dynamic;Ljava/lang/String;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 data | ||
ARG 2 key | ||
METHOD method_56064 (Lcom/mojang/serialization/Dynamic;Ljava/lang/String;)Lcom/mojang/serialization/Dynamic; | ||
ARG 2 oldId |
10 changes: 9 additions & 1 deletion
10
mappings/net/minecraft/enchantment/DamageEnchantment.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,4 +1,12 @@ | ||
CLASS net/minecraft/class_1882 net/minecraft/enchantment/DamageEnchantment | ||
FIELD field_48366 basePower I | ||
FIELD field_48367 powerPerLevel I | ||
FIELD field_48368 minMaxPowerDifference I | ||
FIELD field_48369 applicableEntities Ljava/util/Optional; | ||
METHOD <init> (Lnet/minecraft/class_1887$class_1888;IIILjava/util/Optional;[Lnet/minecraft/class_1304;)V | ||
ARG 1 weight | ||
ARG 2 typeIndex | ||
ARG 2 basePower | ||
ARG 3 powerPerLevel | ||
ARG 4 minMaxPowerDifference | ||
ARG 5 applicableEntities | ||
ARG 6 slotTypes |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
CLASS net/minecraft/class_9109 net/minecraft/entity/ProjectileDeflector | ||
FIELD field_48347 NONE Lnet/minecraft/class_9109; | ||
FIELD field_48348 SIMPLE Lnet/minecraft/class_9109; | ||
METHOD deflect (Lnet/minecraft/class_1676;Lnet/minecraft/class_1297;Lnet/minecraft/class_5819;)V | ||
ARG 1 projectile | ||
ARG 2 hitEntity | ||
ARG 3 random | ||
METHOD method_56095 (Lnet/minecraft/class_1676;Lnet/minecraft/class_1297;Lnet/minecraft/class_5819;)V | ||
ARG 0 projectile | ||
ARG 1 hitEntity | ||
ARG 2 random | ||
METHOD method_56096 (Lnet/minecraft/class_1676;Lnet/minecraft/class_1297;Lnet/minecraft/class_5819;)V | ||
ARG 0 projectile | ||
ARG 1 hitEntity | ||
ARG 2 random |
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
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/entity/passive/ArmadilloBrain.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,18 +1,28 @@ | ||
CLASS net/minecraft/class_9071 net/minecraft/entity/passive/ArmadilloBrain | ||
FIELD field_47796 BREEDING_INGREDIENT Lnet/minecraft/class_1856; | ||
FIELD field_47802 WALK_TOWARDS_CLOSEST_ADULT_RANGE Lnet/minecraft/class_6019; | ||
FIELD field_47803 SENSOR_TYPES Lcom/google/common/collect/ImmutableList; | ||
FIELD field_47804 MEMORY_MODULE_TYPES Lcom/google/common/collect/ImmutableList; | ||
FIELD field_47805 UNROLL_TASK Lnet/minecraft/class_7894; | ||
METHOD method_55728 createBrainProfile ()Lnet/minecraft/class_4095$class_5303; | ||
METHOD method_55729 (Lnet/minecraft/class_3218;Lnet/minecraft/class_9069;J)Z | ||
ARG 1 armadillo | ||
METHOD method_55730 (Lnet/minecraft/class_1309;)Ljava/lang/Double; | ||
ARG 0 armadillo | ||
METHOD method_55731 create (Lnet/minecraft/class_4095;)Lnet/minecraft/class_4095; | ||
ARG 0 brain | ||
METHOD method_55732 (Lnet/minecraft/class_7898$class_7900;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 context | ||
METHOD method_55734 updateActivities (Lnet/minecraft/class_9069;)V | ||
ARG 0 armadillo | ||
METHOD method_55735 getBreedingIngredient ()Lnet/minecraft/class_1856; | ||
METHOD method_55736 (Lnet/minecraft/class_1309;)Ljava/lang/Float; | ||
ARG 0 armadillo | ||
METHOD method_55737 addCoreActivities (Lnet/minecraft/class_4095;)V | ||
ARG 0 brain | ||
METHOD method_55738 addIdleActivities (Lnet/minecraft/class_4095;)V | ||
ARG 0 brain | ||
METHOD method_55739 addPanicActivities (Lnet/minecraft/class_4095;)V | ||
ARG 0 brain | ||
CLASS class_9072 RollUpTask | ||
CLASS class_9073 UnrollAndFleeTask |
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
Oops, something went wrong.