yarn/mappings/net/minecraft/world/chunk/ChunkManager.mapping

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2802 net/minecraft/world/chunk/ChunkManager
METHOD method_12121 getChunk (IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791;
ARG 1 x
ARG 2 z
ARG 3 leastStatus
2019-01-09 11:05:18 -05:00
ARG 4 create
METHOD method_12122 getDebugString ()Ljava/lang/String;
2019-06-28 17:55:20 -04:00
METHOD method_12123 isChunkLoaded (II)Z
ARG 1 x
ARG 2 z
METHOD method_12124 setChunkForced (Lnet/minecraft/class_1923;Z)V
2019-02-20 15:49:23 -05:00
ARG 1 pos
ARG 2 forced
2019-06-28 17:55:20 -04:00
METHOD method_12125 shouldTickEntity (Lnet/minecraft/class_1297;)Z
ARG 1 entity
2019-06-28 17:55:20 -04:00
METHOD method_12126 getWorldChunk (IIZ)Lnet/minecraft/class_2818;
ARG 1 chunkX
ARG 2 chunkZ
ARG 3 create
2019-06-28 17:55:20 -04:00
METHOD method_12127 tick (Ljava/util/function/BooleanSupplier;)V
Entity tracking mappings (#1034) * EntityTrackerEntry%field_18259 -> receiver * EntityTrackerEntry#method_18758(1) -> sendSyncPacket * EntityTrackerEntry#method_14306(0) -> syncEntityData * EntityTrackerEntry#method_18756(0) -> tick * EntityTrackerEntry%field_14040 -> trackingTick * EntityTrackerEntry%field_18258 -> world * EntityTrackerEntry%field_14051 -> lastTickInVehicle * EntityTrackerEntry%lastTickInVehicle -> hadVehicle * EntityTrackerEntry%hadVehicle -> lastInVehicle * EntityTrackerEntry%lastInVehicle -> hadVehicle * EntityTrackerEntry%field_18278 -> velocity * EntityTrackerEntry%field_14043 -> updatesWithoutVehicle * EntityTrackerEntry#method_18761(0) -> storeEncodedCoordinates * EntityTrackerEntry#method_18759(0) -> getLastPos * ThreadedAnvilChunkStorage$EntityTracker#updateCameraPosition(1)[1 = players] -> player * EntityTrackerEntry#startTracking(1)[1 = <unnamed>] -> player * EntityTrackerEntry#stopTracking(1)[1 = <unnamed>] -> player * EntityTrackerEntry#<init>(5)[4 = <unnamed>] -> alwaysUpdateVelocity * EntityTrackerEntry#<init>(5)[5 = <unnamed>] -> receiver * EntityTrackerEntry#<init>(5)[1 = <unnamed>] -> world * ThreadedAnvilChunkStorage$EntityTracker#method_22844(0) -> getMaxTrackDistance * ThreadedAnvilChunkStorage%field_18307 -> loadedChunks * MinecraftServer#tick(1)[1 = <unnamed>] -> shouldKeepTicking * MinecraftServer#tickWorlds(1)[1 = <unnamed>] -> shouldKeepTicking * ServerWorld#tick(1)[1 = <unnamed>] -> shouldKeepTicking * ChunkManager#tick(1)[1 = <unnamed>] -> shouldKeepTicking * ThreadedAnvilChunkStorage#tick(1)[1 = <unnamed>] -> shouldKeepTicking * SerializingRegionBasedStorage#tick(1)[1 = <unnamed>] -> shouldKeepTicking * Add javadoc to EntityTrackerEntry methods
2020-01-11 10:59:41 -05:00
ARG 1 shouldKeepTicking
2019-06-28 17:55:20 -04:00
METHOD method_12128 setMobSpawnOptions (ZZ)V
2018-12-11 15:21:02 -05:00
ARG 1 spawnMonsters
ARG 2 spawnAnimals
2019-06-28 17:55:20 -04:00
METHOD method_12130 getLightingProvider ()Lnet/minecraft/class_3568;
METHOD method_20529 shouldTickBlock (Lnet/minecraft/class_2338;)Z
ARG 1 pos
METHOD method_20591 shouldTickChunk (Lnet/minecraft/class_1923;)Z
ARG 1 pos
METHOD method_21730 getWorldChunk (II)Lnet/minecraft/class_2818;
ARG 1 chunkX
ARG 2 chunkZ