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

22 lines
574 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS bsr 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-02-13 12:35:08 -05:00
METHOD a getChunkSync (IILbss;Z)Lbsn;
ARG 1 x
ARG 2 z
ARG 3 status
2019-01-09 11:05:18 -05:00
ARG 4 create
2019-02-13 12:35:08 -05:00
METHOD a getWorldChunk (IIZ)Lbsz;
METHOD a isEntityInLoadedChunk (Lahl;)Z
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-02-13 12:35:08 -05:00
METHOD b setChunkForced (Lbco;Z)V
ARG 1 pos
ARG 2 forced
2019-01-09 12:20:38 -05:00
METHOD e getStatus ()Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD f getChunkGenerator ()Lbso;
METHOD i getLightingProvider ()Lcgc;