Map 1.21-pre4 TNT (#3895)

This commit is contained in:
apple502j 2024-06-08 07:51:43 +09:00 committed by GitHub
parent 67f3fcd3f4
commit 6d155d3477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ CLASS net/minecraft/class_1541 net/minecraft/entity/TntEntity
FIELD field_46776 FUSE_NBT_KEY Ljava/lang/String;
FIELD field_46777 BLOCK_STATE Lnet/minecraft/class_2940;
FIELD field_46778 BLOCK_STATE_NBT_KEY Ljava/lang/String;
FIELD field_52317 TELEPORTED_EXPLOSION_BEHAVIOR Lnet/minecraft/class_5362;
FIELD field_52318 teleported Z
FIELD field_7197 FUSE Lnet/minecraft/class_2940;
FIELD field_7198 causingEntity Lnet/minecraft/class_1309;
METHOD <init> (Lnet/minecraft/class_1937;DDDLnet/minecraft/class_1309;)V
@ -14,6 +16,8 @@ CLASS net/minecraft/class_1541 net/minecraft/entity/TntEntity
METHOD method_54455 setBlockState (Lnet/minecraft/class_2680;)V
ARG 1 state
METHOD method_54456 getBlockState ()Lnet/minecraft/class_2680;
METHOD method_61174 setTeleported (Z)V
ARG 1 teleported
METHOD method_6967 setFuse (I)V
ARG 1 fuse
METHOD method_6969 getFuse ()I