From 7a61325ce601b9185173746d38879174c1170a67 Mon Sep 17 00:00:00 2001 From: Chloe Dawn Date: Mon, 13 May 2019 15:35:00 +0100 Subject: [PATCH] getEntityWorld -> getWorld (#696) --- mappings/net/minecraft/entity/Entity.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index ff0439e8a6..939d866214 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -340,7 +340,7 @@ CLASS aii net/minecraft/entity/Entity METHOD bM getStandingEyeHeight ()F METHOD bN getBlockPos ()Lev; METHOD bO getPosVector ()Lcrx; - METHOD bP getEntityWorld ()Lbhi; + METHOD bP getWorld ()Lbhi; METHOD bQ getServer ()Lnet/minecraft/server/MinecraftServer; METHOD bR isImmuneToExplosion ()Z METHOD bS entityDataRequiresOperator ()Z