Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions mappings/com/mojang/blaze3d/systems/CommandEncoder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ CLASS com/mojang/blaze3d/systems/CommandEncoder
METHOD clearDepthTexture (Lcom/mojang/blaze3d/textures/GpuTexture;D)V
ARG 1 texture
ARG 2 depth
METHOD copyBufferToTexture (Lcom/mojang/blaze3d/buffers/GpuBufferSlice;IIIILcom/mojang/blaze3d/textures/GpuTexture;IIIIII)V
ARG 1 source
ARG 2 sourceX
ARG 3 sourceY
ARG 4 sourceWidth
ARG 5 sourceHeight
ARG 6 target
ARG 7 targetX
ARG 8 targetY
ARG 9 targetWidth
ARG 10 targetHeight
ARG 11 mipmap
ARG 12 depthOrLayer
METHOD copyTextureToBuffer (Lcom/mojang/blaze3d/textures/GpuTexture;Lcom/mojang/blaze3d/buffers/GpuBuffer;JLjava/lang/Runnable;I)V
ARG 1 source
ARG 2 target
Expand Down
12 changes: 12 additions & 0 deletions mappings/com/mojang/blaze3d/systems/CommandEncoderBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
ARG 1 slice
ARG 2 source
METHOD method_1_1398 writeToTexture (Lcom/mojang/blaze3d/buffers/GpuBufferSlice;IIIILcom/mojang/blaze3d/textures/GpuTexture;IIIIII)V
ARG 1 source
ARG 2 sourceX
ARG 3 sourceY
ARG 4 sourceWidth
ARG 5 sourceHeight
ARG 6 target
ARG 7 targetX
ARG 8 targetY
ARG 9 targetWidth
ARG 10 targetHeight
ARG 11 mipmap
ARG 12 depthOrLayer
METHOD method_1_1399 writeToTexture (Lcom/mojang/blaze3d/textures/GpuTexture;Ljava/nio/ByteBuffer;IIIIII)V
ARG 1 target
ARG 2 buf
Expand Down
14 changes: 13 additions & 1 deletion mappings/com/mojang/blaze3d/textures/TexelFormat.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CLASS net/minecraft/class_1_658 com/mojang/blaze3d/textures/TexelFormat
FIELD field_1_7102 channels I
FIELD field_1_7103 subpixelFormat Lnet/minecraft/class_1_658$class_1_1034;
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_1_658$class_1_1034;I)V
ARG 3 subpixelFormat
ARG 4 channels
METHOD method_1_3886 isColor ()Z
METHOD method_1_3887 hasDepth ()Z
METHOD method_1_3888 hasStencil ()Z
METHOD method_1_3889 getSize ()I
METHOD method_1_4721 getAlignment ()I
METHOD method_1_4721 getChannelCount ()I
METHOD method_1_6347 getSubpixelSize ()I
METHOD method_1_6348 getSubpixelFormat ()Lnet/minecraft/class_1_658$class_1_1034;
CLASS class_1_1034 Subpixel
FIELD field_1_7121 size I
METHOD <init> (Ljava/lang/String;II)V
ARG 3 size
METHOD method_1_6350 getSize ()I
7 changes: 7 additions & 0 deletions mappings/net/minecraft/block/spawner/MobSpawnerLogic.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_1917 net/minecraft/block/spawner/MobSpawnerLogic
FIELD field_1_7063 RESET_ID Lnet/minecraft/class_12259;
FIELD field_9149 spawnCount I
FIELD field_9150 maxSpawnDelay I
FIELD field_9151 minSpawnDelay I
Expand All @@ -19,6 +20,8 @@ CLASS net/minecraft/class_1917 net/minecraft/block/spawner/MobSpawnerLogic
FIELD field_57762 DEFAULT_REQUIRED_PLAYER_RANGE I
FIELD field_57763 DEFAULT_SPAWN_RANGE I
FIELD field_60369 LOGGER Lorg/slf4j/Logger;
METHOD method_1_6281 (Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297;
ARG 0 entity
METHOD method_8272 writeData (Lnet/minecraft/class_11372;)V
ARG 1 view
METHOD method_8273 sendStatus (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;I)V
Expand Down Expand Up @@ -52,6 +55,8 @@ CLASS net/minecraft/class_1917 net/minecraft/block/spawner/MobSpawnerLogic
METHOD method_8284 isPlayerInRange (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
ARG 1 world
ARG 2 pos
METHOD method_18085 (Lnet/minecraft/class_243;Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297;
ARG 1 entity
METHOD method_31588 serverTick (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
ARG 1 world
ARG 2 pos
Expand All @@ -64,3 +69,5 @@ CLASS net/minecraft/class_1917 net/minecraft/block/spawner/MobSpawnerLogic
ARG 1 world
ARG 2 random
ARG 3 pos
METHOD method_67390 (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1952;)V
ARG 3 entry
4 changes: 4 additions & 0 deletions mappings/net/minecraft/block/spawner/TrialSpawnerData.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ CLASS net/minecraft/class_8966 net/minecraft/block/spawner/TrialSpawnerData
ARG 1 world
METHOD method_55184 isCooldownPast (Lnet/minecraft/class_3218;FI)Z
ARG 1 world
ARG 2 cooldown
ARG 3 cooldownLength
METHOD method_55185 canSpawnMore (Lnet/minecraft/class_3218;Lnet/minecraft/class_8965;I)Z
ARG 1 world
ARG 2 config
Expand Down Expand Up @@ -46,6 +48,8 @@ CLASS net/minecraft/class_8966 net/minecraft/block/spawner/TrialSpawnerData
ARG 2 random
METHOD method_55198 isCooldownAtRepeating (Lnet/minecraft/class_3218;FI)Z
ARG 1 world
ARG 2 cooldown
ARG 3 cooldownLength
METHOD method_55200 areMobsDead ()Z
METHOD method_55202 getDisplayEntityRotation ()D
METHOD method_55204 getLastDisplayEntityRotation ()D
Expand Down
10 changes: 10 additions & 0 deletions mappings/net/minecraft/client/font/BitmapFont.mapping
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
CLASS net/minecraft/class_386 net/minecraft/client/font/BitmapFont
FIELD field_1_7128 texture Lnet/minecraft/class_386$class_1_1036;
FIELD field_2284 glyphs Lnet/minecraft/class_8532;
FIELD field_2286 LOGGER Lorg/slf4j/Logger;
METHOD <init> (Lnet/minecraft/class_386$class_1_1036;Lnet/minecraft/class_8532;)V
ARG 1 texture
ARG 2 glyphs
CLASS class_1_1036 Texture
FIELD field_1_7129 stagingBuffer Lcom/mojang/blaze3d/buffers/GpuBuffer;
FIELD field_1_7130 id Lnet/minecraft/class_2960;
FIELD field_1_7131 image Lnet/minecraft/class_1011;
METHOD <init> (Lnet/minecraft/class_2960;Lnet/minecraft/class_1011;)V
ARG 1 id
ARG 2 image
METHOD method_1_6361 getImageDataBuffer ()Lcom/mojang/blaze3d/buffers/GpuBuffer;
CLASS class_387 Loader
FIELD field_44799 CODEC Lcom/mojang/serialization/MapCodec;
FIELD field_44800 CODE_POINT_GRID_CODEC Lcom/mojang/serialization/Codec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ CLASS net/minecraft/class_1_926 net/minecraft/client/friend/gui/tab/FriendsTab
METHOD method_1_5638 setLoading ()V
METHOD method_1_5639 setFriendWidgets (Ljava/util/List;)V
ARG 1 friends
METHOD method_1_6358 onSendRequest ()V
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CLASS net/minecraft/class_1_964 net/minecraft/client/gui/friend/widget/FriendsTa
FIELD field_1_6686 profileNameText Lnet/minecraft/class_7077;
METHOD <init> (ILjava/lang/Runnable;)V
ARG 1 width
ARG 2 onSendRequest
METHOD method_1_5812 setState (Lnet/minecraft/class_1_964$class_1_965;)V
ARG 1 state
METHOD method_1_5813 onSearchFieldChanged (Ljava/lang/String;)V
Expand All @@ -32,4 +33,13 @@ CLASS net/minecraft/class_1_964 net/minecraft/client/gui/friend/widget/FriendsTa
METHOD method_1_5822 setSearchText (Ljava/lang/String;)V
ARG 1 searchText
METHOD method_1_6316 createProfileNameWidget ()Lnet/minecraft/class_8667;
METHOD method_1_6364 playerListContainsUsername (Ljava/util/List;Ljava/lang/String;)Z
ARG 0 players
ARG 1 username
METHOD method_1_6365 getFriendRequestErrorText (Ljava/lang/String;)Lnet/minecraft/class_2561;
ARG 1 username
METHOD method_1_6366 (Ljava/lang/Runnable;Lnet/minecraft/class_4185;)V
ARG 2 button
METHOD method_1_6367 (Ljava/lang/Runnable;Lcom/mojang/authlib/yggdrasil/FriendsService$ResultCode;)V
ARG 2 resultCode
CLASS class_1_965 State
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_454 net/minecraft/client/gui/screen/advancement/AdvancementTab
FIELD field_1_7132 hoveredWidget Lnet/minecraft/class_456;
FIELD field_2680 client Lnet/minecraft/class_310;
FIELD field_2681 index I
FIELD field_2683 initialized Z
Expand All @@ -24,6 +25,9 @@ CLASS net/minecraft/class_454 net/minecraft/client/gui/screen/advancement/Advanc
ARG 4 index
ARG 5 root
ARG 6 display
METHOD method_1_6368 tick (II)V
ARG 1 x
ARG 2 y
METHOD method_2308 getWidget (Lnet/minecraft/class_8779;)Lnet/minecraft/class_456;
ARG 1 advancement
METHOD method_2309 getTitle ()Lnet/minecraft/class_2561;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_456 net/minecraft/client/gui/screen/advancement/AdvancementWidget
FIELD field_1_1060 icon Lnet/minecraft/class_1799;
FIELD field_2703 tab Lnet/minecraft/class_454;
FIELD field_2704 client Lnet/minecraft/class_310;
FIELD field_2705 description Ljava/util/List;
Expand All @@ -18,6 +19,7 @@ CLASS net/minecraft/class_456 net/minecraft/client/gui/screen/advancement/Advanc
FIELD field_32297 TITLE_MAX_WIDTH I
FIELD field_45425 TITLE_BOX_TEXTURE Lnet/minecraft/class_2960;
FIELD field_46143 advancement Lnet/minecraft/class_8781;
FIELD field_55104 TITLE_MIN_WIDTH I
FIELD field_55105 title Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_454;Lnet/minecraft/class_310;Lnet/minecraft/class_8781;Lnet/minecraft/class_185;)V
ARG 1 tab
Expand All @@ -39,7 +41,7 @@ CLASS net/minecraft/class_456 net/minecraft/client/gui/screen/advancement/Advanc
METHOD method_2327 getX ()I
METHOD method_2328 getParent (Lnet/minecraft/class_8781;)Lnet/minecraft/class_456;
ARG 1 advancement
METHOD method_2329 shouldRender (IIII)Z
METHOD method_2329 shouldRenderTooltip (IIII)Z
ARG 1 originX
ARG 2 originY
ARG 3 mouseX
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS net/minecraft/class_457 net/minecraft/client/gui/screen/advancement/AdvancementsScreen
FIELD field_1_7133 x I
FIELD field_1_7134 y I
FIELD field_2717 WINDOW_TEXTURE Lnet/minecraft/class_2960;
FIELD field_2718 movingTab Z
FIELD field_2719 tabs Ljava/util/Map;
Expand Down Expand Up @@ -38,3 +40,5 @@ CLASS net/minecraft/class_457 net/minecraft/client/gui/screen/advancement/Advanc
ARG 3 mouseY
METHOD method_57743 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_57744 (Lnet/minecraft/class_457;Lnet/minecraft/class_339;)V
ARG 1 child
5 changes: 5 additions & 0 deletions mappings/net/minecraft/client/option/KeyBinding.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CLASS net/minecraft/class_304 net/minecraft/client/option/KeyBinding
FIELD field_1659 category Lnet/minecraft/class_304$class_11900;
FIELD field_1660 id Ljava/lang/String;
FIELD field_1661 timesPressed I
FIELD field_63464 order I
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_304$class_11900;)V
ARG 1 id
ARG 2 code
Expand All @@ -21,8 +22,12 @@ CLASS net/minecraft/class_304 net/minecraft/client/option/KeyBinding
ARG 2 type
ARG 3 code
ARG 4 category
ARG 5 order
METHOD compareTo (Ljava/lang/Object;)I
ARG 1 other
METHOD method_1_6351 hasAnyBindingsInCategory (Lnet/minecraft/class_3675$class_306;Lnet/minecraft/class_304$class_11900;)Z
ARG 0 key
ARG 1 category
METHOD method_1415 isUnbound ()Z
METHOD method_1416 setKeyPressed (Lnet/minecraft/class_3675$class_306;Z)V
ARG 0 key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CLASS net/minecraft/class_7979 net/minecraft/client/session/telemetry/WorldLoade
FIELD field_44848 minigameName Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V
ARG 1 minigameName
METHOD method_1_6359 isSent ()Z
METHOD method_47791 setGameMode (Lnet/minecraft/class_1934;Z)V
ARG 1 gameMode
ARG 2 hardcore
Expand All @@ -17,3 +18,4 @@ CLASS net/minecraft/class_7979 net/minecraft/client/session/telemetry/WorldLoade
ARG 1 adder
METHOD method_47980 send (Lnet/minecraft/class_7965;Z)Z
ARG 1 sender
ARG 2 sendWithoutBrand
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS net/minecraft/class_7975 net/minecraft/client/session/telemetry/WorldSessi
ARG 2 newWorld
ARG 3 worldLoadTime
ARG 4 minigameName
ARG 5 serverSessionId
METHOD method_47770 tick ()V
METHOD method_47771 setTick (J)V
ARG 1 tick
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/texture/NativeImage.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
ARG 2 top
ARG 3 right
ARG 4 bottom
METHOD method_1_6357 getImageData ()Ljava/nio/ByteBuffer;
COMMENT {@return a {@link ByteBuffer} owned by this {@link NativeImage}}
METHOD method_4300 resizeSubRectTo (IIIILnet/minecraft/class_1011;)V
ARG 1 x
ARG 2 y
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 2 boundingBox
ARG 3 world
ARG 4 additionalCollisions
METHOD method_1_6352 isImmuneToPiercing ()Z
METHOD method_5622 onBlockCollision (Lnet/minecraft/class_2680;)V
COMMENT Called when this entity's collision box intersects {@code state}.
COMMENT
Expand Down
13 changes: 13 additions & 0 deletions mappings/net/minecraft/entity/EntityType.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
ARG 15 allowedInPeaceful
METHOD method_1_5188 isAllowedInWorld (Lnet/minecraft/class_1937;)Z
ARG 1 world
METHOD method_1_6355 create (Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;)Lnet/minecraft/class_1297;
ARG 1 world
ARG 2 context
METHOD method_1_6356 loadEntityWithPassengers (Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_3730;Lnet/minecraft/class_12259;)Lnet/minecraft/class_1297;
ARG 0 view
ARG 1 world
ARG 2 reason
ARG 3 entityProcessor
METHOD method_5881 loadFromEntityNbt (Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;Lnet/minecraft/class_11580;)V
ARG 0 world
ARG 1 spawner
Expand Down Expand Up @@ -64,6 +72,7 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_5892 getEntityFromData (Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;)Ljava/util/Optional;
ARG 0 view
ARG 1 world
ARG 2 context
METHOD method_5893 isSaveable ()Z
METHOD method_5894 spawnFromItemStack (Lnet/minecraft/class_3218;Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;Lnet/minecraft/class_2338;Lnet/minecraft/class_3730;ZZ)Lnet/minecraft/class_1297;
ARG 1 world
Expand Down Expand Up @@ -92,6 +101,7 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_17842 loadEntityWithPassengers (Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;Lnet/minecraft/class_12259;)Lnet/minecraft/class_1297;
ARG 0 view
ARG 1 world
ARG 2 context
ARG 3 processor
METHOD method_17843 (Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;Lnet/minecraft/class_12259;Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297;
ARG 4 entity
Expand All @@ -100,6 +110,7 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_17848 loadEntityFromData (Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;)Ljava/util/Optional;
ARG 0 view
ARG 1 world
ARG 2 context
METHOD method_18386 getDimensions ()Lnet/minecraft/class_4048;
METHOD method_18387 getMaxTrackDistance ()I
COMMENT Returns the tracking distance, <b>in chunks</b>, of this type of entity
Expand Down Expand Up @@ -161,11 +172,13 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_71371 loadEntityWithPassengers (Lnet/minecraft/class_2487;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;Lnet/minecraft/class_12259;)Lnet/minecraft/class_1297;
ARG 0 nbt
ARG 1 world
ARG 2 context
ARG 3 processor
METHOD method_72383 loadEntityPassengers (Lnet/minecraft/class_1297;Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_1_1035;Lnet/minecraft/class_12259;)Lnet/minecraft/class_1297;
ARG 0 entity
ARG 1 view
ARG 2 world
ARG 3 context
ARG 4 processor
METHOD method_72384 getEntityFromData (Lnet/minecraft/class_1299;Lnet/minecraft/class_11368;Lnet/minecraft/class_1937;Lnet/minecraft/class_3730;)Ljava/util/Optional;
ARG 0 type
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/SpawnContext.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_1035 net/minecraft/entity/SpawnContext
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ CLASS net/minecraft/class_1_748 net/minecraft/entity/passive/SulfurCubeEntity
ARG 7 height
METHOD method_1_5448 adjustDirectionByDeclination (FFFFFLnet/minecraft/class_243;Lnet/minecraft/class_243;)Lnet/minecraft/class_241;
ARG 1 factor
ARG 2 horizontalPower
ARG 3 verticalPower
ARG 2 dx
ARG 3 dz
ARG 4 horizontalPower
ARG 5 verticalPower
ARG 6 attackerPos
ARG 7 selfPos
METHOD method_1_6307 playEatSound ()V
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
FIELD field_1_6397 lastExplosionCause Lnet/minecraft/class_1297;
FIELD field_1_6398 lastExplosionImpactPos Lnet/minecraft/class_243;
FIELD field_13963 lastHealthScore F
FIELD field_13964 disconnected Z
Expand Down Expand Up @@ -343,6 +344,7 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
METHOD method_60595 fromCurrentPos (Lnet/minecraft/class_243;Lnet/minecraft/class_2338;F)Lnet/minecraft/class_3222$class_9773;
ARG 0 respawnPos
ARG 1 currentPos
ARG 2 pitch
METHOD method_60596 getYaw (Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)F
ARG 0 respawnPos
ARG 1 currentPos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS net/minecraft/class_6725 net/minecraft/world/gen/surfacebuilder/VanillaSurfaceRules
FIELD field_1_6303 CINNABAR Lnet/minecraft/class_6686$class_6708;
FIELD field_1_6304 SULFUR Lnet/minecraft/class_6686$class_6708;
FIELD field_35310 WARPED_NYLIUM Lnet/minecraft/class_6686$class_6708;
FIELD field_35311 NETHER_WART_BLOCK Lnet/minecraft/class_6686$class_6708;
FIELD field_35312 CRIMSON_NYLIUM Lnet/minecraft/class_6686$class_6708;
Expand Down Expand Up @@ -35,13 +37,16 @@ CLASS net/minecraft/class_6725 net/minecraft/world/gen/surfacebuilder/VanillaSur
FIELD field_35640 DEEPSLATE Lnet/minecraft/class_6686$class_6708;
FIELD field_38808 MUD Lnet/minecraft/class_6686$class_6708;
METHOD method_39134 createOverworldSurfaceRule (Lnet/minecraft/class_7871;)Lnet/minecraft/class_6686$class_6708;
ARG 0 biomes
METHOD method_39135 surfaceNoiseThreshold (D)Lnet/minecraft/class_6686$class_6693;
ARG 0 min
METHOD method_39136 block (Lnet/minecraft/class_2248;)Lnet/minecraft/class_6686$class_6708;
ARG 0 block
METHOD method_39138 createNetherSurfaceRule (Lnet/minecraft/class_7871;)Lnet/minecraft/class_6686$class_6708;
ARG 0 biomes
METHOD method_39139 getEndStoneRule ()Lnet/minecraft/class_6686$class_6708;
METHOD method_39922 createDefaultRule (Lnet/minecraft/class_7871;ZZZ)Lnet/minecraft/class_6686$class_6708;
ARG 0 biomes
ARG 1 surface
ARG 2 bedrockRoof
ARG 3 bedrockFloor
Expand Down
Loading