1.14.4: Fix clash of CommandBlockBlockEntity#getType with BlockEntity#getType (#877)

Same as #874, but 1.14.4 as target branch.
This commit is contained in:
NeunEinser 2019-09-29 19:37:28 +02:00 committed by Modmuss50
parent 1a07d86e2b
commit 73f2b3dd69
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