IHopper.getWorld must be getHopperWorld, or issues happen

This commit is contained in:
asiekierka 2016-10-19 10:23:31 +02:00
parent c32cd9985e
commit 65ee82c8a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CLASS arq net/minecraft/block/entity/IHopper
METHOD D getWorld ()Laiw;
METHOD D getHopperWorld ()Laiw;
METHOD E getHopperX ()D
METHOD F getHopperY ()D
METHOD G getHopperZ ()D

View File

@ -3,7 +3,7 @@ CLASS abp net/minecraft/entity/vehicle/EntityHopperMinecart
FIELD b transferCooldown I
FIELD c currentBlockPos Lcn;
METHOD C isEnabled ()Z
METHOD D getWorld ()Laiw;
METHOD D getHopperWorld ()Laiw;
METHOD E getHopperX ()D
METHOD F getHopperY ()D
METHOD G getHopperZ ()D