Fix clash of CommandBlockBlockEntity#getType with BlockEntity#getType (#874)

This commit is contained in:
NeunEinser 2019-09-29 19:37:06 +02:00 committed by Modmuss50
parent e1c4281e7d
commit 439ffb8933
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CLASS net/minecraft/class_2593 net/minecraft/block/entity/CommandBlockBlockEntit
METHOD method_11037 setNeedsUpdatePacket (Z)V
ARG 1 needsUpdatePacket
METHOD method_11038 setPowered (Z)V
METHOD method_11039 getType ()Lnet/minecraft/class_2593$class_2594;
METHOD method_11039 getCommandBlockType ()Lnet/minecraft/class_2593$class_2594;
METHOD method_11040 getCommandExecutor ()Lnet/minecraft/class_1918;
METHOD method_11041 setAuto (Z)V
METHOD method_11042 isAuto ()Z