diff --git a/mappings/net/minecraft/block/entity/IHopper.mapping b/mappings/net/minecraft/block/entity/IHopper.mapping index 0f437fb3a9..f98b4ca416 100644 --- a/mappings/net/minecraft/block/entity/IHopper.mapping +++ b/mappings/net/minecraft/block/entity/IHopper.mapping @@ -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 diff --git a/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping b/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping index cc22996abf..5f2b729029 100644 --- a/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping +++ b/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping @@ -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