Mostly decorator and feature stuff (#1568)

* oh gosh oh heck

* Delete class_5434.mapping

* fixed stuff
This commit is contained in:
Shnupbups 2020-07-11 01:35:22 +10:00 committed by GitHub
parent ba3ba37d98
commit 4b7ff50bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 82 additions and 9 deletions

View File

@ -0,0 +1,7 @@
CLASS net/minecraft/class_5459
CLASS class_5461 IntBounds
FIELD field_25939 min I
FIELD field_25940 max I
METHOD <init> (II)V
ARG 1 min
ARG 2 max

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_4183 net/minecraft/structure/MarginedStructureStart

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4183 net/minecraft/structure/VillageStructureStart

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2984 net/minecraft/world/gen/feature/SeaPickleFeatureConfig
CLASS net/minecraft/class_2984 net/minecraft/world/gen/CountConfig
FIELD field_13385 count Lnet/minecraft/class_5428;
FIELD field_24878 CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (I)V

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_5445 net/minecraft/world/gen/decorator/AbstractHeightmapDecorator
METHOD method_30463 getHeightmapType (Lnet/minecraft/class_2998;)Lnet/minecraft/class_2902$class_2903;
ARG 1 config

View File

@ -1 +1 @@
CLASS net/minecraft/class_3241 net/minecraft/world/gen/decorator/ChancePassthroughDecorator
CLASS net/minecraft/class_3241 net/minecraft/world/gen/decorator/ChanceDecorator

View File

@ -1,5 +1,8 @@
CLASS net/minecraft/class_3243 net/minecraft/world/gen/decorator/ConfiguredDecorator
FIELD field_14114 config Lnet/minecraft/class_2998;
FIELD field_14115 decorator Lnet/minecraft/class_3284;
FIELD field_24981 CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (Lnet/minecraft/class_3284;Lnet/minecraft/class_2998;)V
ARG 1 decorator
ARG 2 config
METHOD method_30445 getConfig ()Lnet/minecraft/class_2998;

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5440 net/minecraft/world/gen/decorator/CountDecorator

View File

@ -1 +1 @@
CLASS net/minecraft/class_3265 net/minecraft/world/gen/decorator/CountExtraHeightmapDecorator
CLASS net/minecraft/class_3265 net/minecraft/world/gen/decorator/CountExtraDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5452 net/minecraft/world/gen/decorator/CountMultilayerDecorator

View File

@ -1 +1 @@
CLASS net/minecraft/class_3316 net/minecraft/world/gen/decorator/HeightmapNoiseBiasedDecorator
CLASS net/minecraft/class_3316 net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5441 net/minecraft/world/gen/decorator/CountNoiseDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5442 net/minecraft/world/gen/decorator/DecoratedDecorator

View File

@ -0,0 +1,2 @@
CLASS net/minecraft/class_5443 net/minecraft/world/gen/decorator/DecoratedDecoratorConfig
FIELD field_25854 CODEC Lcom/mojang/serialization/Codec;

View File

@ -0,0 +1,17 @@
CLASS net/minecraft/class_5444 net/minecraft/world/gen/decorator/DecoratorContext
FIELD field_25857 world Lnet/minecraft/class_5281;
FIELD field_25858 generator Lnet/minecraft/class_2794;
METHOD <init> (Lnet/minecraft/class_5281;Lnet/minecraft/class_2794;)V
ARG 1 world
ARG 2 generator
METHOD method_30458 getMaxY ()I
METHOD method_30459 getOrCreateCarvingMask (Lnet/minecraft/class_1923;Lnet/minecraft/class_2893$class_2894;)Ljava/util/BitSet;
ARG 1 chunkPos
ARG 2 carver
METHOD method_30460 getTopY (Lnet/minecraft/class_2902$class_2903;II)I
ARG 1 heightmap
ARG 2 x
ARG 3 z
METHOD method_30461 getBlockState (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
ARG 1 pos
METHOD method_30462 getSeaLevel ()I

View File

@ -1 +1 @@
CLASS net/minecraft/class_3252 net/minecraft/world/gen/decorator/CountDepthAverageDecorator
CLASS net/minecraft/class_3252 net/minecraft/world/gen/decorator/DepthAverageDecorator

View File

@ -1 +1 @@
CLASS net/minecraft/class_3329 net/minecraft/world/gen/decorator/HellFireDecorator
CLASS net/minecraft/class_3329 net/minecraft/world/gen/decorator/FireDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5453 net/minecraft/world/gen/decorator/GlowstoneDecorator

View File

@ -1 +1 @@
CLASS net/minecraft/class_3318 net/minecraft/world/gen/decorator/HeightmapDecorator
CLASS net/minecraft/class_5438 net/minecraft/world/gen/decorator/HeightmapDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5448 net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5446 net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5447 net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator

View File

@ -1 +1,3 @@
CLASS net/minecraft/class_3113 net/minecraft/world/gen/decorator/NopeDecoratorConfig
FIELD field_24891 CODEC Lcom/mojang/serialization/Codec;
FIELD field_24892 INSTANCE Lnet/minecraft/class_3113;

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5439 net/minecraft/world/gen/decorator/RangeBiasedDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5449 net/minecraft/world/gen/decorator/RangeDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5451 net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator

View File

@ -1 +1 @@
CLASS net/minecraft/class_3245 net/minecraft/world/gen/decorator/ChorusPlantDecorator
CLASS net/minecraft/class_3245 net/minecraft/world/gen/decorator/Spread32AboveDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5450 net/minecraft/world/gen/decorator/SquareDecorator

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_3318 net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator

View File

@ -139,3 +139,26 @@ CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatu
ARG 0 biome
METHOD method_28441 addOceanStructures (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30578 addMonsters (Lnet/minecraft/class_1959;III)V
ARG 0 biome
ARG 1 zombieWeight
ARG 2 zombieVillagerWeight
ARG 3 skeletonWeight
METHOD method_30579 addBats (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30580 addFarmAnimals (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30581 addBatsAndMonsters (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_30582 addSnowyMobs (Lnet/minecraft/class_1959;)V
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
ARG 0 biome
METHOD method_30587 addEndMobs (Lnet/minecraft/class_1959;)V
ARG 0 biome

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_3031 net/minecraft/world/gen/feature/Feature
FIELD field_13526 BONUS_CHEST Lnet/minecraft/class_2953;
FIELD field_13567 SEAGRASS Lnet/minecraft/class_3168;
FIELD field_21219 FLOWER Lnet/minecraft/class_4624;
FIELD field_24837 codec Lcom/mojang/serialization/Codec;
METHOD <init> (Lcom/mojang/serialization/Codec;)V

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5437 net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_5433 net/minecraft/world/gen/feature/UnderwaterDiskFeature