-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
CLASS net/minecraft/class_1461 net/minecraft/block/entity/DropperBlockEntity | ||
METHOD method_13327 registerDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
CLASS net/minecraft/class_222 net/minecraft/block/entity/MobSpawnerBlockEntity | ||
FIELD field_5663 behaviorHandler Lnet/minecraft/class_1586; | ||
METHOD method_13331 registerDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer | ||
METHOD method_4837 getLogic ()Lnet/minecraft/class_1586; |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_3135 | ||
METHOD method_13962 registerDataFixes (Lnet/minecraft/class_2934;Ljava/lang/Class;)V | ||
ARG 0 dataFixer | ||
ARG 1 entityClass |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_2930 net/minecraft/datafixer/DataFix | ||
METHOD method_12886 getVersion ()I | ||
METHOD method_12887 fixData (Lnet/minecraft/class_322;)Lnet/minecraft/class_322; | ||
ARG 1 tag |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2931 net/minecraft/datafixer/DataFixType |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
CLASS net/minecraft/class_2930 net/minecraft/datafixer/DataFixer | ||
METHOD method_12887 datafix (Lnet/minecraft/class_322;)Lnet/minecraft/class_322; | ||
ARG 1 old | ||
CLASS net/minecraft/class_2933 net/minecraft/datafixer/DataFixer | ||
METHOD method_12898 update (Lnet/minecraft/class_2931;Lnet/minecraft/class_322;I)Lnet/minecraft/class_322; | ||
ARG 1 fixType | ||
ARG 2 tag | ||
ARG 3 dataVersion |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CLASS net/minecraft/class_2935 net/minecraft/datafixer/DataFixerFactory | ||
METHOD method_12906 createDataFixer ()Lnet/minecraft/class_2934; | ||
METHOD method_12907 updateItem (Lnet/minecraft/class_2933;Lnet/minecraft/class_322;ILjava/lang/String;)Lnet/minecraft/class_322; | ||
ARG 0 dataFixer | ||
ARG 1 tag | ||
ARG 2 dataVersion | ||
ARG 3 key | ||
METHOD method_12908 buildDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer | ||
METHOD method_12909 updateItemList (Lnet/minecraft/class_2933;Lnet/minecraft/class_322;ILjava/lang/String;)Lnet/minecraft/class_322; | ||
ARG 0 dataFixer | ||
ARG 1 tag | ||
ARG 2 dataVersion | ||
ARG 3 key |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
CLASS net/minecraft/class_2934 net/minecraft/datafixer/DataFixerUpper | ||
FIELD field_14397 LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD field_14398 schemas Ljava/util/Map; | ||
FIELD field_14399 globalList Ljava/util/Map; | ||
FIELD field_14400 dataVersion I | ||
METHOD <init> (I)V | ||
ARG 1 dataVersion | ||
METHOD method_12899 getOrSetSchema (Ljava/util/Map;Lnet/minecraft/class_2931;)Ljava/util/List; | ||
ARG 1 globalList | ||
ARG 2 fixType | ||
METHOD method_12900 update (Lnet/minecraft/class_2931;Lnet/minecraft/class_322;)Lnet/minecraft/class_322; | ||
ARG 1 fixType | ||
ARG 2 tag | ||
METHOD method_12901 addFixer (Lnet/minecraft/class_2931;Lnet/minecraft/class_2930;)V | ||
ARG 1 fixType | ||
ARG 2 fix | ||
METHOD method_12902 addSchema (Lnet/minecraft/class_2931;Lnet/minecraft/class_2936;)V | ||
ARG 1 fixType | ||
ARG 2 schema | ||
METHOD method_12903 addSchema (Lnet/minecraft/class_2932;Lnet/minecraft/class_2936;)V | ||
ARG 1 type | ||
ARG 2 schema | ||
METHOD method_12904 applyDataFixes (Lnet/minecraft/class_2931;Lnet/minecraft/class_322;I)Lnet/minecraft/class_322; | ||
ARG 1 fixType | ||
ARG 2 tag | ||
ARG 3 dataVersion | ||
METHOD method_12905 applySchemas (Lnet/minecraft/class_2931;Lnet/minecraft/class_322;I)Lnet/minecraft/class_322; | ||
ARG 1 fixType | ||
ARG 2 tag | ||
ARG 3 dataVersion |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_2936 net/minecraft/datafixer/Schema | ||
METHOD method_12910 fixData (Lnet/minecraft/class_2933;Lnet/minecraft/class_322;I)Lnet/minecraft/class_322; | ||
ARG 1 dataFixer | ||
ARG 2 tag | ||
ARG 3 dataVersion |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_3359 net/minecraft/datafixer/fix/BedBlockEntityFix | ||
FIELD field_16491 LOGGER Lorg/apache/logging/log4j/Logger; |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CLASS net/minecraft/class_3360 net/minecraft/datafixer/fix/BedItemDataFixer | ||
CLASS net/minecraft/class_3360 net/minecraft/datafixer/fix/BedItemColorFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_3118 net/minecraft/datafixer/fix/BlockEntityIdFix | ||
FIELD field_15435 RENAMED_BLOCK_ENTITIES Ljava/util/Map; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_3127 net/minecraft/datafixer/fix/BlockEntityShulkerBoxColorFix | ||
FIELD field_15437 SHULKERS [Ljava/lang/String; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_2950 net/minecraft/datafixer/fix/BlockEntitySignTextStrictJsonFix | ||
FIELD field_14405 GSON Lcom/google/gson/Gson; | ||
METHOD method_12913 fixText (Lnet/minecraft/class_322;Ljava/lang/String;)V | ||
ARG 1 old | ||
ARG 2 lineName |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2937 net/minecraft/datafixer/fix/EntityArmorStandSilentFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3120 net/minecraft/datafixer/fix/EntityElderGuardianSplitFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2938 net/minecraft/datafixer/fix/EntityEquipmentToArmorAndHandFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2939 net/minecraft/datafixer/fix/EntityHealthFix | ||
FIELD field_14401 ENTITIES Ljava/util/Set; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2940 net/minecraft/datafixer/fix/EntityHorseSaddleFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3121 net/minecraft/datafixer/fix/EntityHorseSplitFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_3122 net/minecraft/datafixer/fix/EntityIdFix | ||
FIELD field_15436 RENAMED_ENTITIES Ljava/util/Map; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2947 net/minecraft/datafixer/fix/EntityMinecartIdentifiersFix | ||
FIELD field_14403 MINECARTS Ljava/util/List; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2942 net/minecraft/datafixer/fix/EntityRedundantChanceTagsFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS net/minecraft/class_2943 net/minecraft/datafixer/fix/EntityRidingToPassengerFix | ||
METHOD method_12911 putPassengers (Lnet/minecraft/class_322;Lnet/minecraft/class_322;)V | ||
ARG 1 old | ||
ARG 2 fixed | ||
METHOD method_12912 removeRiding (Lnet/minecraft/class_322;)Lnet/minecraft/class_322; | ||
ARG 1 old |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3123 net/minecraft/datafixer/fix/EntityShulkerColorFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3124 net/minecraft/datafixer/fix/EntitySkeletonSplitFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2944 net/minecraft/datafixer/fix/EntityStringUuidFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3125 net/minecraft/datafixer/fix/EntityZombieSplitFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_3030 net/minecraft/datafixer/fix/EntityZombieVillagerTypeFix | ||
FIELD field_15023 RANDOM Ljava/util/Random; | ||
METHOD method_13920 clampType (I)I | ||
ARG 1 type |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2941 net/minecraft/datafixer/fix/HangingEntityFix |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3126 net/minecraft/datafixer/fix/ItemBannerColorFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_3031 net/minecraft/datafixer/fix/ItemCookedFishIdFix | ||
FIELD field_15024 COOKED_FISH_IDENTIFIER Lnet/minecraft/class_1653; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2945 net/minecraft/datafixer/fix/ItemIdFix | ||
FIELD field_14402 NUMERICAL_ID_TO_STRING_ID_MAP [Ljava/lang/String; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2949 net/minecraft/datafixer/fix/ItemPotionFix | ||
FIELD field_14404 INGREDIENT_IDS [Ljava/lang/String; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3119 net/minecraft/datafixer/fix/ItemShulkerColorFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2951 net/minecraft/datafixer/fix/ItemSpawnEggFix | ||
FIELD field_14406 DAMAGE_TO_ENTITY_IDS [Ljava/lang/String; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3128 net/minecraft/datafixer/fix/ItemTotemIdFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3129 net/minecraft/datafixer/fix/ItemWaterPotionFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_2946 net/minecraft/datafixer/fix/ItemWrittenBookPagesStrictJsonFix |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CLASS net/minecraft/class_2948 net/minecraft/datafixer/fix/MobSpawnerDataFixer | ||
CLASS net/minecraft/class_2948 net/minecraft/datafixer/fix/MobSpawnerEntityIdentifiersFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3032 net/minecraft/datafixer/fix/OptionsForceVBOFix |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_3130 net/minecraft/datafixer/fix/OptionsLowerCaseLanguageFix |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_2953 net/minecraft/datafixer/schema/BlockEntitySchema | ||
FIELD field_14408 LOGGER Lorg/apache/logging/log4j/Logger; | ||
FIELD field_14409 ID_MAP Ljava/util/Map; | ||
FIELD field_15438 ID_MAP_pre515 Ljava/util/Map; | ||
COMMENT If the data version is below 515 this map is used. | ||
COMMENT @see For a list of data version see the <a href="https://minecraft.fandom.com/wiki/Data_version#List_of_data_versions">minecraft wiki</a>. | ||
METHOD method_13921 getBlockEntityId (ILjava/lang/String;)Ljava/lang/String; | ||
ARG 0 dataVersion | ||
ARG 1 id |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/class_2956 net/minecraft/datafixer/schema/EntityIdentifierSchema | ||
FIELD field_15439 IDENTIFIER Lnet/minecraft/class_1653; | ||
METHOD <init> (Ljava/lang/Class;)V | ||
ARG 1 entityClass | ||
METHOD method_12916 updateDataForProperties (Lnet/minecraft/class_2933;Lnet/minecraft/class_322;I)Lnet/minecraft/class_322; | ||
ARG 1 dataFixer | ||
ARG 2 tag | ||
ARG 3 version |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_2954 net/minecraft/datafixer/schema/EntityTagSchema | ||
FIELD field_14410 LOGGER Lorg/apache/logging/log4j/Logger; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_2955 net/minecraft/datafixer/schema/ItemListSchema | ||
FIELD field_14411 properties [Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/Class;[Ljava/lang/String;)V | ||
ARG 1 entityClass | ||
ARG 2 properties |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_2952 net/minecraft/datafixer/schema/ItemSchema | ||
FIELD field_14407 properties [Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/Class;[Ljava/lang/String;)V | ||
ARG 1 entityClass | ||
ARG 2 properties |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_3136 net/minecraft/entity/AbstractHorseEntity | ||
FIELD field_15490 animalInventory Lnet/minecraft/class_1719; | ||
METHOD method_13973 registerDataFixes (Lnet/minecraft/class_2934;Ljava/lang/Class;)V | ||
ARG 0 dataFixer |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
CLASS net/minecraft/class_3137 net/minecraft/entity/DonkeyEntity | ||
METHOD method_14018 registerDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
CLASS net/minecraft/class_3147 net/minecraft/entity/ElderGuardianEntity | ||
METHOD method_14063 registerDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
CLASS net/minecraft/class_3148 net/minecraft/entity/EvocationIllagerEntity | ||
METHOD method_14066 registerDataFixes (Lnet/minecraft/class_2934;)V | ||
ARG 0 dataFixer |