Skip to content

Commit

Permalink
24w38a a bit more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Sep 18, 2024
1 parent 4168fe6 commit 946a35f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions mappings/net/minecraft/block/AbstractBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,16 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
ARG 1 state
COMMENT the state of this block
ARG 2 world
COMMENT the world
ARG 3 tickView
ARG 4 pos
COMMENT the position of this block
ARG 5 direction
COMMENT the direction from this block to the neighbor
ARG 6 neighborPos
COMMENT the position of the neighbor block
ARG 7 neighborState
COMMENT the state of the updated neighbor block
ARG 8 random
METHOD method_9560 getDroppedStacks (Lnet/minecraft/class_2680;Lnet/minecraft/class_8567$class_8568;)Ljava/util/List;
COMMENT {@return the block's dropped item stacks}
Expand Down Expand Up @@ -1162,8 +1166,18 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
COMMENT Gets the possibly updated block state of this block when a neighboring block is updated.
COMMENT
COMMENT @return the new state of this block
ARG 1 world
COMMENT the world
ARG 2 tickView
ARG 3 pos
COMMENT the position of this block
ARG 4 direction
COMMENT the direction from this block to the neighbor
ARG 5 neighborPos
COMMENT the position of the neighbor block
ARG 6 neighborState
COMMENT the state of the updated neighbor block
ARG 7 random
METHOD method_26192 scheduledTick (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
ARG 1 world
ARG 2 pos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
CLASS net/minecraft/class_2230 net/minecraft/block/CoralParentBlock
CLASS net/minecraft/class_2230 net/minecraft/block/AbstractCoralBlock
FIELD field_9939 SHAPE Lnet/minecraft/class_265;
FIELD field_9940 WATERLOGGED Lnet/minecraft/class_2746;
METHOD method_9430 checkLivingConditions (Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_10225;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)V
ARG 1 state
ARG 2 world
ARG 3 tickView
ARG 4 random
ARG 5 pos
METHOD method_9431 isInWater (Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
ARG 0 state
ARG 1 world
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ CLASS net/minecraft/class_4863 net/minecraft/block/AbstractPlantPartBlock
METHOD method_24947 canAttachTo (Lnet/minecraft/class_2680;)Z
ARG 1 state
METHOD method_24948 getRandomGrowthState (Lnet/minecraft/class_5819;)Lnet/minecraft/class_2680;
ARG 1 random
1 change: 1 addition & 0 deletions mappings/net/minecraft/block/FireBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CLASS net/minecraft/class_2358 net/minecraft/block/FireBlock
ARG 2 pos
METHOD method_10199 registerDefaultFlammables ()V
METHOD method_24855 getStateWithAge (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_2680;
ARG 1 world
ARG 2 pos
ARG 3 age
METHOD method_26155 getFireTickDelay (Lnet/minecraft/class_5819;)I
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/block/NoteBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CLASS net/minecraft/class_2428 net/minecraft/block/NoteBlock
ARG 3 world
ARG 4 pos
METHOD method_47583 getStateWithInstrument (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
ARG 1 world
ARG 2 pos
ARG 3 state
METHOD method_47886 getCustomSound (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2960;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/block/ObserverBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ CLASS net/minecraft/class_2426 net/minecraft/block/ObserverBlock
ARG 2 pos
ARG 3 state
METHOD method_10366 scheduleTick (Lnet/minecraft/class_4538;Lnet/minecraft/class_10225;Lnet/minecraft/class_2338;)V
ARG 1 world
ARG 2 tickView
ARG 3 pos
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
METHOD method_64168 checkBlockCollision (Lnet/minecraft/class_243;Lnet/minecraft/class_243;)V
ARG 1 oldPos
ARG 2 newPos
METHOD method_64270 shouldPlayBurnSoundInLava ()Z
METHOD method_7325 isSpectator ()Z
COMMENT {@return whether the entity is a spectator}
COMMENT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CLASS net/minecraft/class_1688 net/minecraft/entity/vehicle/AbstractMinecartEnti
METHOD method_61571 isYawFlipped ()Z
METHOD method_62824 isFirstUpdate ()Z
METHOD method_62825 getRailOrMinecartPos ()Lnet/minecraft/class_2338;
METHOD method_64272 isRideable ()Z
METHOD method_64274 pushAwayFromMinecart (Lnet/minecraft/class_1688;DD)V
ARG 1 entity
ARG 2 xDiff
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/item/BundleItem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ CLASS net/minecraft/class_5537 net/minecraft/item/BundleItem
ARG 2 contents
METHOD method_63677 getOpenFrontTexture ()Lnet/minecraft/class_2960;
METHOD method_63678 getOpenBackTexture ()Lnet/minecraft/class_2960;
METHOD method_64277 getBundle (Lnet/minecraft/class_1767;)Lnet/minecraft/class_1792;
ARG 0 color
METHOD method_64278 (Lnet/minecraft/class_1792;)Lnet/minecraft/class_5537;
ARG 0 item
METHOD method_64279 getBundles ()Ljava/util/List;
1 change: 1 addition & 0 deletions mappings/net/minecraft/test/GameTestState.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ CLASS net/minecraft/class_4517 net/minecraft/test/GameTestState
METHOD method_56214 setBoxMinPos (Lnet/minecraft/class_2338;)V
ARG 1 boxMinPos
METHOD method_56215 getTestAttemptConfig ()Lnet/minecraft/class_9118;
METHOD method_64385 getStructureBlockPos ()Lnet/minecraft/class_2338;

0 comments on commit 946a35f

Please sign in to comment.