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

35 lines
938 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS brz net/minecraft/world/chunk/EmptyChunk
FIELD b BIOMES [Lbde;
METHOD <init> (Lbcf;II)V
2018-11-30 06:38:47 -05:00
ARG 1 world
ARG 2 x
2019-01-09 12:20:38 -05:00
METHOD a addEntity (Lahd;)V
ARG 1 entity
2019-01-09 12:20:38 -05:00
METHOD a remove (Lahd;I)V
2018-11-29 15:10:38 -05:00
ARG 1 entity
2019-01-09 12:20:38 -05:00
METHOD a appendEntities (Lahd;Lcmo;Ljava/util/List;Ljava/util/function/Predicate;)V
2018-11-29 15:10:38 -05:00
ARG 1 except
ARG 2 box
ARG 3 entityList
2019-01-09 12:20:38 -05:00
METHOD a addBlockEntity (Lboi;)V
METHOD a setBlockEntity (Let;Lboi;)V
2018-11-29 15:10:38 -05:00
ARG 1 pos
ARG 2 blockEntity
2019-01-09 12:20:38 -05:00
METHOD a getBlockEntity (Let;Lbse$a;)Lboi;
2018-11-29 15:10:38 -05:00
ARG 1 pos
2019-01-09 12:20:38 -05:00
METHOD a appendEntities (Ljava/lang/Class;Lcmo;Ljava/util/List;Ljava/util/function/Predicate;)V
2018-11-29 15:10:38 -05:00
ARG 1 entityClass
ARG 2 box
ARG 3 entityList
2019-01-09 12:20:38 -05:00
METHOD b remove (Lahd;)V
METHOD b getBlockState (Let;)Lbqe;
ARG 1 pos
2018-11-29 15:10:38 -05:00
METHOD d removeBlockEntity (Let;)V
2019-01-09 12:20:38 -05:00
METHOD e getLightingProvider ()Lcfj;
METHOD i getLuminance (Let;)I
ARG 1 pos
2018-11-29 15:10:38 -05:00
METHOD s loadToWorld ()V
METHOD t unloadFromWorld ()V
METHOD u markDirty ()V
2019-01-09 11:05:18 -05:00
METHOD v isEmpty ()Z