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

27 lines
903 B
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_12126 getWorldChunk (IIZ)Lnet/minecraft/class_2818;
ARG 1 chunkX
ARG 2 chunkZ
ARG 3 create
2021-03-31 14:47:17 -04:00
METHOD method_12127 tick (Ljava/util/function/BooleanSupplier;)V
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;
2021-03-31 14:47:17 -04:00
METHOD method_14151 getLoadedChunkCount ()I
METHOD method_21730 getWorldChunk (II)Lnet/minecraft/class_2818;
ARG 1 chunkX
ARG 2 chunkZ