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

22 lines
565 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS bwr net/minecraft/world/chunk/ChunkManager
2018-12-29 06:43:20 -05:00
METHOD a isChunkLoaded (II)Z
ARG 1 x
ARG 2 z
2019-04-05 12:03:47 -04:00
METHOD a getChunk (IILbws;Z)Lbwn;
ARG 1 x
ARG 2 z
ARG 3 status
2019-01-09 11:05:18 -05:00
ARG 4 create
2019-04-05 12:03:47 -04:00
METHOD a getWorldChunk (IIZ)Lbwz;
METHOD a shouldTickEntity (Laia;)Z
METHOD a setChunkForced (Lbgk;Z)V
2019-02-20 15:49:23 -05:00
ARG 1 pos
ARG 2 forced
2018-12-11 15:21:02 -05:00
METHOD a tick (Ljava/util/function/BooleanSupplier;)V
METHOD a setMobSpawnOptions (ZZ)V
ARG 1 spawnMonsters
ARG 2 spawnAnimals
2019-01-09 12:20:38 -05:00
METHOD e getStatus ()Ljava/lang/String;
2019-04-05 12:03:47 -04:00
METHOD f getChunkGenerator ()Lbwo;
METHOD j getLightingProvider ()Lckg;