ServerWorldAccess is different now (#1618)

* ServerWorldAccess is different now

* Update mappings/net/minecraft/world/ServerWorldAccess.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/world/ServerWorldAccess.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
i509VCB 2020-07-28 14:13:43 -05:00 committed by GitHub
parent d51da147c1
commit 0a5eb209da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_5425
METHOD method_8410 getWorld ()Lnet/minecraft/class_3218;

View File

@ -0,0 +1,6 @@
CLASS net/minecraft/class_5425 net/minecraft/world/ServerWorldAccess
COMMENT Represents access to a world on a logical Minecraft server.
METHOD method_30771 spawnEntityAndPassengers (Lnet/minecraft/class_1297;)V
COMMENT Spawns an entity and all its passengers (recursively) into the world.
ARG 1 entity
METHOD method_8410 toServerWorld ()Lnet/minecraft/class_3218;