This commit is contained in:
modmuss50 2019-10-30 16:28:24 +00:00
parent 6fa1e34c83
commit bf6fdd7195
27 changed files with 16 additions and 44 deletions

View File

@ -23,7 +23,7 @@ plugins {
id 'maven-publish'
}
def minecraft_version = "19w42a"
def minecraft_version = "19w44a"
def ENV = System.getenv()
// Fetch build number from Jenkins

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_4666

View File

@ -32,15 +32,10 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_3300;Lnet/minecraft/class_4599;)V
ARG 1 client
METHOD method_19418 getCamera ()Lnet/minecraft/class_4184;
METHOD method_22709 (Lnet/minecraft/class_4184;FZZF)V
ARG 2 tickDelta
ARG 3 changingFov
ARG 5 viewDistanceMultiplier
METHOD method_22973 (Lnet/minecraft/class_4184;FZZF)Lnet/minecraft/class_1159;
METHOD method_22973 (Lnet/minecraft/class_4184;FZ)Lnet/minecraft/class_1159;
ARG 1 camera
ARG 2 tickDelta
ARG 3 changingFov
ARG 5 viewDistanceMultiplier
METHOD method_22974 getLightmapTextureManager ()Lnet/minecraft/class_765;
METHOD method_3167 onCameraEntitySet (Lnet/minecraft/class_1297;)V
METHOD method_3168 loadShader (Lnet/minecraft/class_2960;)V

View File

@ -64,13 +64,12 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 4 maxX
ARG 5 maxY
ARG 6 maxZ
METHOD method_22710 render (Lnet/minecraft/class_4587;FJZLnet/minecraft/class_4184;Lnet/minecraft/class_757;Lnet/minecraft/class_765;)V
METHOD method_22710 render (Lnet/minecraft/class_4587;FJZLnet/minecraft/class_4184;Lnet/minecraft/class_757;Lnet/minecraft/class_765;Lnet/minecraft/class_1159;)V
ARG 1 matrix
ARG 2 tickDelta
ARG 3 limitTime
ARG 5 renderBlockOutline
ARG 6 camera
ARG 7 gameRenderer
ARG 8 lightmapTextureManager
METHOD method_22712 drawBlockOutline (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_1297;DDDLnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
METHOD method_22977 renderEntity (Lnet/minecraft/class_1297;DDDFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)V

View File

@ -1,6 +1 @@
CLASS net/minecraft/class_987 net/minecraft/client/render/entity/feature/ArmorBipedFeatureRenderer
METHOD method_4170 (Lnet/minecraft/class_572;Lnet/minecraft/class_1304;)V
ARG 1 bipedModel
ARG 2 equipmentSlot
METHOD method_4190 (Lnet/minecraft/class_572;)V
ARG 1 bipedModel

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_4606 net/minecraft/client/render/entity/feature/EntityEyesFeatureRenderer
METHOD method_23193 getTexture ()Lnet/minecraft/class_2960;

View File

@ -1,5 +1,4 @@
CLASS net/minecraft/class_2232 net/minecraft/command/arguments/IdentifierArgumentType
FIELD field_9944 UNKNOWN_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_9945 UNKNOWN_ADVANCEMENT_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_9946 EXAMPLES Ljava/util/Collection;
FIELD field_9947 UNKNOWN_RECIPE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;

View File

@ -1,3 +1,4 @@
CLASS net/minecraft/class_2412 net/minecraft/data/server/AdventureTabAdvancementGenerator
FIELD field_11293 BIOMES [Lnet/minecraft/class_1959;
FIELD field_11294 MONSTERS [Lnet/minecraft/class_1299;
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2430 net/minecraft/data/server/BlockLootTableGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2432 net/minecraft/data/server/ChestLootTableGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2419 net/minecraft/data/server/EndTabAdvancementGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2434 net/minecraft/data/server/EntityLootTableGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2437 net/minecraft/data/server/FishingLootTableGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_3714 net/minecraft/data/server/GiftLootTableGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2414 net/minecraft/data/server/HusbandryTabAdvancementGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2416 net/minecraft/data/server/NetherTabAdvancementGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -1 +1,2 @@
CLASS net/minecraft/class_2417 net/minecraft/data/server/StoryTabAdvancementGenerator
METHOD accept onPartAdded (Ljava/lang/Object;)V

View File

@ -33,7 +33,6 @@ CLASS net/minecraft/class_1542 net/minecraft/entity/ItemEntity
METHOD method_6978 getThrower ()Ljava/util/UUID;
METHOD method_6979 setStack (Lnet/minecraft/class_1799;)V
ARG 1 stack
METHOD method_6980 setCreativeDespawnTime ()V
METHOD method_6981 setThrower (Ljava/util/UUID;)V
ARG 1 uuid
METHOD method_6982 setPickupDelay (I)V

View File

@ -18,4 +18,3 @@ CLASS net/minecraft/class_4570 net/minecraft/loot/condition/LootCondition
ARG 1 json
ARG 2 context
METHOD method_897 getConditionClass ()Ljava/lang/Class;
FIELD field_20766 ALWAYS_FALSE Lnet/minecraft/class_4570;

View File

@ -5,6 +5,3 @@ CLASS net/minecraft/class_4567 net/minecraft/loot/condition/LootConditionManager
METHOD method_22559 getIds ()Ljava/util/Set;
METHOD method_22564 get (Lnet/minecraft/class_2960;)Lnet/minecraft/class_4570;
ARG 1 id
METHOD method_22565 get (Lnet/minecraft/class_2960;Lnet/minecraft/class_4570;)Lnet/minecraft/class_4570;
ARG 1 id
ARG 2 fallback

View File

@ -11,7 +11,6 @@ CLASS net/minecraft/class_2073 net/minecraft/predicate/item/ItemPredicate
METHOD method_20399 nbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_2073$class_2074;
ARG 1 nbt
METHOD method_8973 create ()Lnet/minecraft/class_2073$class_2074;
METHOD method_8974 count (Lnet/minecraft/class_2096$class_2100;)Lnet/minecraft/class_2073$class_2074;
METHOD method_8975 tag (Lnet/minecraft/class_3494;)Lnet/minecraft/class_2073$class_2074;
ARG 1 tag
METHOD method_8976 build ()Lnet/minecraft/class_2073;

View File

@ -76,4 +76,4 @@ CLASS net/minecraft/class_3050 net/minecraft/server/command/ExecuteCommand
METHOD method_13323 getExistsConditionExecute (ZLnet/minecraft/class_3050$class_3051;)Lcom/mojang/brigadier/Command;
ARG 0 positive
ARG 1 condition
METHOD method_22829 testLootCondition (Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Z
METHOD method_22829 testLootCondition (Lnet/minecraft/class_2168;Lnet/minecraft/class_4570;)Z

View File

@ -1,12 +1,10 @@
CLASS net/minecraft/class_3977 net/minecraft/world/VersionedChunkStorage
FIELD field_17654 featureUpdater Lnet/minecraft/class_3360;
FIELD field_17655 dataFixer Lcom/mojang/datafixers/DataFixer;
METHOD <init> (Ljava/io/File;Lcom/mojang/datafixers/DataFixer;)V
ARG 1 file
ARG 2 dataFixer
METHOD method_17907 updateChunkTag (Lnet/minecraft/class_2874;Ljava/util/function/Supplier;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
ARG 1 dimensionType
ARG 2 persistentStateManagerFactory
ARG 3 tag
METHOD method_17908 getDataVersion (Lnet/minecraft/class_2487;)I
ARG 0 tag
METHOD method_17910 setTagAt (Lnet/minecraft/class_1923;Lnet/minecraft/class_2487;)V

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4647 net/minecraft/world/gen/foliage/FoliagePlacer

View File

@ -1,9 +1 @@
CLASS net/minecraft/class_4647 net/minecraft/world/gen/placer/BlockPlacer
FIELD field_21222 type Lnet/minecraft/class_4630;
METHOD <init> (Lnet/minecraft/class_4630;)V
ARG 1 type
METHOD method_23403 place (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)V
ARG 1 world
ARG 2 pos
ARG 3 state
ARG 4 random

View File

@ -6,8 +6,3 @@ CLASS net/minecraft/class_4631 net/minecraft/world/gen/placer/ColumnPlacer
ARG 2 extraSize
METHOD <init> (Lcom/mojang/datafixers/Dynamic;)V
ARG 1 dynamic
METHOD method_23403 (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)V
ARG 1 world
ARG 2 pos
ARG 3 state
ARG 4 random

View File

@ -5,8 +5,5 @@ CLASS net/minecraft/class_2867 net/minecraft/world/storage/RegionBasedStorage
ARG 1 directory
METHOD method_12440 getRegionFile (Lnet/minecraft/class_1923;)Lnet/minecraft/class_2861;
ARG 1 pos
METHOD method_17910 setTagAt (Lnet/minecraft/class_1923;Lnet/minecraft/class_2487;)V
ARG 1 pos
ARG 2 tag
METHOD method_17911 getTagAt (Lnet/minecraft/class_1923;)Lnet/minecraft/class_2487;
ARG 1 pos