Package | Description |
---|---|
net.minecraft.world.chunk | |
net.minecraft.world.lighting | |
net.minecraft.world.server |
Modifier and Type | Method and Description |
---|---|
NibbleArray |
NibbleArray.copy() |
Modifier and Type | Class and Description |
---|---|
class |
NibbleArrayRepeater |
Modifier and Type | Field and Description |
---|---|
protected static NibbleArray |
SectionLightStorage.EMPTY_ARRAY |
private NibbleArray[] |
LightDataMap.recentArrays |
Modifier and Type | Field and Description |
---|---|
protected it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> |
LightDataMap.arrays |
protected it.unimi.dsi.fastutil.longs.Long2ObjectMap<NibbleArray> |
SectionLightStorage.newArrays |
Modifier and Type | Method and Description |
---|---|
NibbleArray |
SectionLightStorage.getArray(long sectionPosIn) |
NibbleArray |
LightDataMap.getArray(long sectionPosIn) |
protected NibbleArray |
SectionLightStorage.getArray(long sectionPosIn,
boolean cached) |
protected NibbleArray |
SectionLightStorage.getArray(M map,
long sectionPosIn) |
NibbleArray |
LightEngine.getData(SectionPos p_215612_1_) |
NibbleArray |
IWorldLightListener.getData(SectionPos p_215612_1_) |
NibbleArray |
IWorldLightListener.Dummy.getData(SectionPos p_215612_1_) |
protected NibbleArray |
SkyLightStorage.getOrCreateArray(long sectionPosIn) |
protected NibbleArray |
SectionLightStorage.getOrCreateArray(long sectionPosIn) |
NibbleArray |
LightDataMap.removeArray(long sectionPosIn) |
Modifier and Type | Method and Description |
---|---|
protected int |
LightEngine.getLevelFromArray(NibbleArray array,
long worldPos) |
void |
LightDataMap.setArray(long sectionPosIn,
NibbleArray array) |
void |
WorldLightManager.setData(LightType type,
SectionPos pos,
NibbleArray array) |
protected void |
SectionLightStorage.setData(long sectionPosIn,
NibbleArray array) |
protected void |
LightEngine.setData(long sectionPosIn,
NibbleArray array) |
Constructor and Description |
---|
NibbleArrayRepeater(NibbleArray p_i51297_1_,
int p_i51297_2_) |
Constructor and Description |
---|
LightDataMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> arrayStorage) |
StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> arrayStorage) |
StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i50496_1_,
it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap p_i50496_2_,
int p_i50496_3_) |
Modifier and Type | Method and Description |
---|---|
void |
ServerWorldLightManager.setData(LightType type,
SectionPos pos,
NibbleArray array) |