World.createEntity -> spawnEntity

This commit is contained in:
Shadowfacts 2016-08-25 18:11:28 -04:00
parent f7d49f1242
commit 91e22870c7
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ CLASS none/bme net/minecraft/client/world/WorldClient
ARG 7 pitch
METHOD a sendPacket (Lnone/fl;)V
ARG 0 packet
METHOD a createEntity (Lnone/se;)Z
METHOD a spawnEntity (Lnone/se;)Z
ARG 0 entity
METHOD b setTimeOfDay (J)V
ARG 0 value

View File

@ -69,7 +69,7 @@ CLASS none/aiu net/minecraft/world/World
METHOD a spawnParticle (Lnone/dd;DDDDDD[I)V
METHOD a sendPacket (Lnone/fl;)V
ARG 0 packet
METHOD a createEntity (Lnone/se;)Z
METHOD a spawnEntity (Lnone/se;)Z
ARG 0 entity
METHOD ae getDifficulty ()Lnone/qx;
METHOD aj getWorldBorder ()Lnone/atd;

View File

@ -4,7 +4,7 @@ CLASS none/lu net/minecraft/world/WorldServer
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a scheduleOnMainThread (Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
METHOD a getEntityByUuid (Ljava/util/UUID;)Lnone/se;
METHOD a createEntity (Lnone/se;)Z
METHOD a spawnEntity (Lnone/se;)Z
ARG 0 entity
METHOD aE isMainThread ()Z
METHOD b getWorld ()Lnone/aiu;