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

46 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS bxs net/minecraft/world/chunk/ProtoChunk
2019-02-20 16:01:25 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-05-07 12:05:49 -04:00
FIELD b pos Lbgu;
2019-02-20 16:01:25 -05:00
FIELD c shouldSave Z
2019-05-07 12:05:49 -04:00
FIELD d biomeArray [Lbif;
FIELD e lightingProvider Lcks;
2019-02-20 16:01:25 -05:00
FIELD f heightmaps Ljava/util/Map;
2019-05-07 12:05:49 -04:00
FIELD g status Lbxd;
2019-02-20 16:01:25 -05:00
FIELD h blockEntities Ljava/util/Map;
FIELD i blockEntityTags Ljava/util/Map;
2019-05-07 12:05:49 -04:00
FIELD j sections [Lbxl;
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-05-07 12:05:49 -04:00
FIELD p upgradeData Lbxu;
FIELD q blockTickScheduler Lbxt;
FIELD r fluidTickScheduler Lbxt;
2019-02-20 16:01:25 -05:00
FIELD s inhabitedTime J
FIELD t carvingMasks Ljava/util/Map;
FIELD u isLightOn Z
2019-05-07 12:05:49 -04:00
METHOD a getSection (I)Lbxl;
2019-02-20 16:01:25 -05:00
ARG 1 y
2019-05-07 12:05:49 -04:00
METHOD a setStatus (Lbxd;)V
METHOD a setCarvingMask (Lbyq$a;Ljava/util/BitSet;)V
2019-02-20 16:01:25 -05:00
ARG 1 carver
ARG 2 mask
2019-05-07 12:05:49 -04:00
METHOD a joinBlockPos (SILbgu;)Lev;
2019-02-20 16:01:25 -05:00
ARG 0 sectionRel
ARG 1 sectionY
ARG 2 chunkPos
2019-03-20 13:56:26 -04:00
METHOD b addEntity (Lib;)V
2019-02-20 16:01:25 -05:00
ARG 1 entityTag
METHOD b addLightSource (SI)V
ARG 1 chunkSliceRel
ARG 2 sectionY
2019-05-16 12:28:41 -04:00
METHOD k addLightSource (Lev;)V
2019-02-20 16:01:25 -05:00
ARG 1 pos
2019-05-16 12:28:41 -04:00
METHOD l getPackedSectionRelative (Lev;)S
2019-02-20 16:01:25 -05:00
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;