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

46 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS btm net/minecraft/world/chunk/ProtoChunk
2019-02-20 16:01:25 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-02-21 13:19:18 -05:00
FIELD b pos Lbcs;
2019-02-20 16:01:25 -05:00
FIELD c shouldSave Z
2019-02-21 13:19:18 -05:00
FIELD d biomeArray [Lbec;
FIELD e lightingProvider Lcgh;
2019-02-20 16:01:25 -05:00
FIELD f heightmaps Ljava/util/Map;
2019-02-21 13:19:18 -05:00
FIELD g status Lbsx;
2019-02-20 16:01:25 -05:00
FIELD h blockEntities Ljava/util/Map;
FIELD i blockEntityTags Ljava/util/Map;
2019-02-21 13:19:18 -05:00
FIELD j sections [Lbtf;
2019-02-20 16:01:25 -05:00
FIELD k entities Ljava/util/List;
FIELD l lightSources Ljava/util/List;
FIELD m postProcessingLists [Lit/unimi/dsi/fastutil/shorts/ShortList;
FIELD n structureStarts Ljava/util/Map;
FIELD o structureReferences Ljava/util/Map;
2019-02-21 13:19:18 -05:00
FIELD p upgradeData Lbto;
FIELD q blockTickScheduler Lbtn;
FIELD r fluidTickScheduler Lbtn;
2019-02-20 16:01:25 -05:00
FIELD s inhabitedTime J
FIELD t carvingMasks Ljava/util/Map;
FIELD u isLightOn Z
2019-02-21 13:19:18 -05:00
METHOD a getSection (I)Lbtf;
2019-02-20 16:01:25 -05:00
ARG 1 y
2019-02-21 13:19:18 -05:00
METHOD a setStatus (Lbsx;)V
METHOD a setCarvingMask (Lbuj$a;Ljava/util/BitSet;)V
2019-02-20 16:01:25 -05:00
ARG 1 carver
ARG 2 mask
2019-02-21 13:19:18 -05:00
METHOD a joinBlockPos (SILbcs;)Les;
2019-02-20 16:01:25 -05:00
ARG 0 sectionRel
ARG 1 sectionY
ARG 2 chunkPos
METHOD b addEntity (Lhx;)V
ARG 1 entityTag
METHOD b addLightSource (SI)V
ARG 1 chunkSliceRel
ARG 2 sectionY
METHOD j addLightSource (Les;)V
ARG 1 pos
METHOD k getPackedSectionRelative (Les;)S
ARG 0 pos
METHOD w getLightSourcesBySection ()[Lit/unimi/dsi/fastutil/shorts/ShortList;
METHOD x getBlockEntities ()Ljava/util/Map;
METHOD y getEntities ()Ljava/util/List;
METHOD z getBlockEntityTags ()Ljava/util/Map;