This commit is contained in:
modmuss50 2020-07-15 17:04:53 +01:00
parent 7a551e60e3
commit 8bc6276f19
93 changed files with 10 additions and 144 deletions

View File

@ -23,7 +23,7 @@ plugins {
id 'java' // for jd gen
}
def minecraft_version = "20w28a"
def minecraft_version = "20w29a"
def ENV = System.getenv()
// Fetch build number from Jenkins

View File

@ -87,5 +87,3 @@ CLASS net/minecraft/class_746 net/minecraft/client/network/ClientPlayerEntity
ARG 1 dx
ARG 2 dz
METHOD method_3149 isAutoJumpEnabled ()Z
METHOD method_3150 cannotFitAt (Lnet/minecraft/class_2338;)Z
ARG 1 pos

View File

@ -47,7 +47,6 @@ CLASS net/minecraft/class_4668 net/minecraft/client/render/RenderPhase
FIELD field_25281 PARTICLES_TARGET Lnet/minecraft/class_4668$class_4678;
FIELD field_25282 WEATHER_TARGET Lnet/minecraft/class_4668$class_4678;
FIELD field_25283 CLOUDS_TARGET Lnet/minecraft/class_4668$class_4678;
FIELD field_25485 GLINT_GUI_TRANSPARENCY Lnet/minecraft/class_4668$class_4685;
FIELD field_25643 ITEM_TARGET Lnet/minecraft/class_4668$class_4678;
METHOD <init> (Ljava/lang/String;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
ARG 1 name

View File

@ -1,11 +0,0 @@
CLASS net/minecraft/class_4462 net/minecraft/client/util/math/PosAndRot
FIELD field_20313 pos Lnet/minecraft/class_243;
FIELD field_20314 pitch F
FIELD field_20315 yaw F
METHOD <init> (Lnet/minecraft/class_243;FF)V
ARG 1 pos
ARG 2 pitch
ARG 3 yaw
METHOD method_21702 getPos ()Lnet/minecraft/class_243;
METHOD method_21703 getPitch ()F
METHOD method_21704 getYaw ()F

View File

@ -46,7 +46,7 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
METHOD method_23785 getCloudsColor (F)Lnet/minecraft/class_243;
ARG 1 tickDelta
METHOD method_23789 getLightningTicksLeft ()I
METHOD method_27873 setSpawnPos (Lnet/minecraft/class_2338;)V
METHOD method_27873 setSpawnPos (Lnet/minecraft/class_2338;F)V
ARG 1 pos
METHOD method_27874 getSpawnPos ()Lnet/minecraft/class_2338;
METHOD method_28103 getSkyProperties ()Lnet/minecraft/class_5294;

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_2759 net/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket
FIELD field_12615 pos Lnet/minecraft/class_2338;
METHOD <init> (Lnet/minecraft/class_2338;)V
METHOD <init> (Lnet/minecraft/class_2338;F)V
ARG 1 pos
METHOD method_11870 getPos ()Lnet/minecraft/class_2338;

View File

@ -1,6 +1,6 @@
CLASS net/minecraft/class_3128 net/minecraft/server/command/SetWorldSpawnCommand
METHOD method_13647 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13650 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;)I
METHOD method_13650 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;F)I
ARG 0 source
ARG 1 pos

View File

@ -1,7 +1,7 @@
CLASS net/minecraft/class_3127 net/minecraft/server/command/SpawnPointCommand
METHOD method_13641 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13645 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2338;)I
METHOD method_13645 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2338;F)I
ARG 0 source
ARG 1 targets
ARG 2 pos

View File

@ -117,10 +117,9 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
METHOD method_26280 getSpawnPointPosition ()Lnet/minecraft/class_2338;
METHOD method_26281 getSpawnPointDimension ()Lnet/minecraft/class_5321;
METHOD method_26282 isSpawnPointSet ()Z
METHOD method_26284 setSpawnPoint (Lnet/minecraft/class_5321;Lnet/minecraft/class_2338;ZZ)V
METHOD method_26284 setSpawnPoint (Lnet/minecraft/class_5321;Lnet/minecraft/class_2338;FZZ)V
ARG 1 dimension
ARG 2 pos
ARG 3 spawnPointSet
METHOD method_26285 isBedTooFarAway (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
ARG 1 pos
ARG 2 direction

View File

@ -195,5 +195,5 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
ARG 2 pos
ARG 3 radius
ARG 4 skipExistingChunks
METHOD method_8554 setSpawnPos (Lnet/minecraft/class_2338;)V
METHOD method_8554 setSpawnPos (Lnet/minecraft/class_2338;F)V
ARG 1 pos

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_5269 net/minecraft/world/MutableWorldProperties
METHOD method_187 setSpawnPos (Lnet/minecraft/class_2338;)V
METHOD method_187 setSpawnPos (Lnet/minecraft/class_2338;F)V
ARG 1 pos
METHOD method_27416 setSpawnX (I)V
ARG 1 spawnX

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1955 net/minecraft/world/biome/BadlandsPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1958 net/minecraft/world/biome/BambooJungleBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1957 net/minecraft/world/biome/BambooJungleHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_5152 net/minecraft/world/biome/BasaltDeltasBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1965 net/minecraft/world/biome/BeachBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1971 net/minecraft/world/biome/BirchForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1974 net/minecraft/world/biome/BirchForestHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1975 net/minecraft/world/biome/ColdOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4765 net/minecraft/world/biome/CrimsonForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1977 net/minecraft/world/biome/DarkForestHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1980 net/minecraft/world/biome/DeepColdOceanBiome

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_1979 net/minecraft/world/biome/DeepFrozenOceanBiome
FIELD field_9484 noiseSampler Lnet/minecraft/class_3543;

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1982 net/minecraft/world/biome/DeepLukewarmOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1981 net/minecraft/world/biome/DeepOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1984 net/minecraft/world/biome/DeepWarmOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1983 net/minecraft/world/biome/DesertBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1986 net/minecraft/world/biome/DesertHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1985 net/minecraft/world/biome/DesertLakesBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1988 net/minecraft/world/biome/EndBarrensBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2163 net/minecraft/world/biome/EndBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1987 net/minecraft/world/biome/EndHighlandsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2107 net/minecraft/world/biome/EndIslandsSmallBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1990 net/minecraft/world/biome/EndMidlandsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1989 net/minecraft/world/biome/ErodedBadlandsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1993 net/minecraft/world/biome/FlowerForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1994 net/minecraft/world/biome/ForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1995 net/minecraft/world/biome/FrozenOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2009 net/minecraft/world/biome/FrozenRiverBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2005 net/minecraft/world/biome/GiantSpruceTaigaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2017 net/minecraft/world/biome/GiantSpruceTaigaHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2013 net/minecraft/world/biome/GiantTreeTaigaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2021 net/minecraft/world/biome/GiantTreeTaigaHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2018 net/minecraft/world/biome/GravellyMountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2026 net/minecraft/world/biome/IceSpikesBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2024 net/minecraft/world/biome/JungleBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2034 net/minecraft/world/biome/JungleEdgeBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2033 net/minecraft/world/biome/JungleHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2042 net/minecraft/world/biome/LukewarmOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2036 net/minecraft/world/biome/ModifiedBadlandsPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2047 net/minecraft/world/biome/ModifiedGravellyMountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2043 net/minecraft/world/biome/ModifiedJungleBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2057 net/minecraft/world/biome/ModifiedJungleEdgeBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2053 net/minecraft/world/biome/ModifiedWoodedBadlandsPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2061 net/minecraft/world/biome/MountainEdgeBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2064 net/minecraft/world/biome/MountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2065 net/minecraft/world/biome/MushroomFieldShoreBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2072 net/minecraft/world/biome/MushroomFieldsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2079 net/minecraft/world/biome/NetherWastesBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2075 net/minecraft/world/biome/OceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2089 net/minecraft/world/biome/PlainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2101 net/minecraft/world/biome/RiverBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2095 net/minecraft/world/biome/SavannaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2106 net/minecraft/world/biome/SavannaPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2104 net/minecraft/world/biome/ShatteredSavannaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2114 net/minecraft/world/biome/ShatteredSavannaPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2122 net/minecraft/world/biome/SnowyBeachBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2118 net/minecraft/world/biome/SnowyMountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2127 net/minecraft/world/biome/SnowyTaigaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2126 net/minecraft/world/biome/SnowyTaigaHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2138 net/minecraft/world/biome/SnowyTaigaMountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2134 net/minecraft/world/biome/SnowyTundraBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4768 net/minecraft/world/biome/SoulSandValleyBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2146 net/minecraft/world/biome/StoneShoreBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2139 net/minecraft/world/biome/SunflowerPlainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2147 net/minecraft/world/biome/SwampHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2154 net/minecraft/world/biome/TaigaBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2153 net/minecraft/world/biome/TaigaHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2157 net/minecraft/world/biome/TaigaMountainsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2155 net/minecraft/world/biome/TallBirchForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2166 net/minecraft/world/biome/TallBirchHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2175 net/minecraft/world/biome/VoidBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2174 net/minecraft/world/biome/WarmOceanBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4769 net/minecraft/world/biome/WarpedForestBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2176 net/minecraft/world/biome/WoodedBadlandsPlateauBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2182 net/minecraft/world/biome/WoodedHillsBiome

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2180 net/minecraft/world/biome/WoodedMountainsBiome

View File

@ -24,8 +24,6 @@ CLASS net/minecraft/class_2794 net/minecraft/world/gen/chunk/ChunkGenerator
COMMENT New chunks will only be generated up to the {@link net.minecraft.world.chunk.ChunkStatus#STRUCTURE_STARTS} phase by this method.
COMMENT
COMMENT @return null if no structure could be found within the given search radius.
ARG 1 world
ARG 2 feature
ARG 3 center
ARG 4 radius
COMMENT The search radius in chunks around the chunk the given block position is in. A radius of 0 will only search in the given chunk.

View File

@ -23,21 +23,3 @@ CLASS net/minecraft/class_5284 net/minecraft/world/gen/chunk/ChunkGeneratorType
METHOD method_28005 getDefaultBlock ()Lnet/minecraft/class_2680;
METHOD method_28006 getDefaultFluid ()Lnet/minecraft/class_2680;
METHOD method_28007 getConfig ()Lnet/minecraft/class_5311;
CLASS class_5307 Preset
FIELD field_24795 BY_ID Ljava/util/Map;
FIELD field_24796 text Lnet/minecraft/class_2561;
FIELD field_24797 id Lnet/minecraft/class_2960;
FIELD field_24798 chunkGeneratorType Lnet/minecraft/class_5284;
METHOD <init> (Ljava/lang/String;Ljava/util/function/Function;)V
ARG 1 id
ARG 2 generatorTypeGetter
METHOD method_28564 createCavesType (Lnet/minecraft/class_5311;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_5284$class_5307;)Lnet/minecraft/class_5284;
ARG 0 config
ARG 1 defaultBlock
ARG 2 defaultFluid
METHOD method_28565 createIslandsType (Lnet/minecraft/class_5311;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_5284$class_5307;ZZ)Lnet/minecraft/class_5284;
ARG 0 config
ARG 1 defaultBlock
ARG 2 defaultFluid
METHOD method_28566 createOverworldType (Lnet/minecraft/class_5311;ZLnet/minecraft/class_5284$class_5307;)Lnet/minecraft/class_5284;
METHOD method_28568 getChunkGeneratorType ()Lnet/minecraft/class_5284;

View File

@ -14,7 +14,7 @@ CLASS net/minecraft/class_3754 net/minecraft/world/gen/chunk/SurfaceChunkGenerat
FIELD field_16648 AIR Lnet/minecraft/class_2680;
FIELD field_24773 CODEC Lcom/mojang/serialization/Codec;
FIELD field_24778 worldSeed J
METHOD <init> (Lnet/minecraft/class_1966;Lnet/minecraft/class_1966;JLnet/minecraft/class_5284;)V
METHOD <init> (Lnet/minecraft/class_1966;Lnet/minecraft/class_1966;JLjava/util/function/Supplier;)V
ARG 3 worldSeed
METHOD method_16405 sampleNoiseColumn ([DII)V
ARG 1 buffer

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2993 net/minecraft/world/gen/feature/DecoratedFlowerFeature

View File

@ -11,10 +11,6 @@ CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatu
ARG 0 biome
METHOD method_16962 addSnowySpruceTrees (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_16963 addGiantSpruceTaigaTrees (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_16964 addGiantTreeTaigaTrees (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_16965 addJungleGrass (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_16966 addSavannaTallGrass (Lnet/minecraft/class_1959;)V
@ -154,8 +150,6 @@ CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatu
ARG 0 biome
METHOD method_30583 addDesertMobs (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30584 addTaigaMobs (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30585 addMushroomMobs (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30586 addJungleMobs (Lnet/minecraft/class_1959;)V

View File

@ -25,7 +25,7 @@ CLASS net/minecraft/class_31 net/minecraft/world/level/LevelProperties
FIELD field_21838 modded Z
FIELD field_24193 worldBorder Lnet/minecraft/class_2784$class_5200;
FIELD field_25029 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD <init> (Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/class_2487;ZIIIJJIIIZIZZZLnet/minecraft/class_2784$class_5200;IILjava/util/UUID;Ljava/util/LinkedHashSet;Lnet/minecraft/class_236;Lnet/minecraft/class_2487;Lnet/minecraft/class_2487;Lnet/minecraft/class_1940;Lnet/minecraft/class_5285;Lcom/mojang/serialization/Lifecycle;)V
METHOD <init> (Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/class_2487;ZIIIFJJIIIZIZZZLnet/minecraft/class_2784$class_5200;IILjava/util/UUID;Ljava/util/LinkedHashSet;Lnet/minecraft/class_236;Lnet/minecraft/class_2487;Lnet/minecraft/class_2487;Lnet/minecraft/class_1940;Lnet/minecraft/class_5285;Lcom/mojang/serialization/Lifecycle;)V
ARG 1 dataFixer
ARG 2 dataVersion
ARG 3 playerData
@ -33,20 +33,5 @@ CLASS net/minecraft/class_31 net/minecraft/world/level/LevelProperties
ARG 5 spawnX
ARG 6 spawnY
ARG 7 spawnZ
ARG 8 time
ARG 10 timeOfDay
ARG 12 version
ARG 13 clearWeatherTime
ARG 14 rainTime
ARG 15 raining
ARG 16 thunderTime
ARG 17 thundering
ARG 18 initialized
ARG 19 difficultyLocked
ARG 20 worldBorder
ARG 21 wanderingTraderSpawnDelay
ARG 22 wanderingTraderSpawnChance
ARG 23 wanderingTraderId
ARG 24 serverBrands
METHOD method_158 updateProperties (Lnet/minecraft/class_5455;Lnet/minecraft/class_2487;Lnet/minecraft/class_2487;)V
METHOD method_185 loadPlayerData ()V