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

46 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS bwm net/minecraft/world/chunk/ProtoChunk
2019-02-20 16:01:25 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-20 13:56:26 -04:00
FIELD b pos Lbfs;
2019-02-20 16:01:25 -05:00
FIELD c shouldSave Z
2019-03-20 13:56:26 -04:00
FIELD d biomeArray [Lbhc;
FIELD e lightingProvider Lcjj;
2019-02-20 16:01:25 -05:00
FIELD f heightmaps Ljava/util/Map;
2019-03-20 13:56:26 -04:00
FIELD g status Lbvx;
2019-02-20 16:01:25 -05:00
FIELD h blockEntities Ljava/util/Map;
FIELD i blockEntityTags Ljava/util/Map;
2019-03-20 13:56:26 -04:00
FIELD j sections [Lbwf;
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-03-20 13:56:26 -04:00
FIELD p upgradeData Lbwo;
FIELD q blockTickScheduler Lbwn;
FIELD r fluidTickScheduler Lbwn;
2019-02-20 16:01:25 -05:00
FIELD s inhabitedTime J
FIELD t carvingMasks Ljava/util/Map;
FIELD u isLightOn Z
2019-03-20 13:56:26 -04:00
METHOD a getSection (I)Lbwf;
2019-02-20 16:01:25 -05:00
ARG 1 y
2019-03-20 13:56:26 -04:00
METHOD a setStatus (Lbvx;)V
METHOD a setCarvingMask (Lbxk$a;Ljava/util/BitSet;)V
2019-02-20 16:01:25 -05:00
ARG 1 carver
ARG 2 mask
2019-03-20 13:56:26 -04:00
METHOD a joinBlockPos (SILbfs;)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-03-20 13:56:26 -04:00
METHOD j addLightSource (Lev;)V
2019-02-20 16:01:25 -05:00
ARG 1 pos
2019-03-20 13:56:26 -04:00
METHOD k 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;