Class OutOfBoundsChunk.Lighting

java.lang.Object
net.minestom.server.instance.Chunk
net.minestom.server.instance.DynamicChunk
net.minestom.server.instance.LightingChunk
ru.dragonestia.msb3.api.world.chunk.OutOfBoundsChunk.Lighting
All Implemented Interfaces:
net.minestom.server.instance.block.Block.Getter, net.minestom.server.instance.block.Block.Setter, net.minestom.server.snapshot.Snapshotable, net.minestom.server.tag.Taggable, net.minestom.server.tag.TagReadable, net.minestom.server.tag.TagWritable, net.minestom.server.Tickable, net.minestom.server.Viewable, net.minestom.server.world.biome.Biome.Getter, net.minestom.server.world.biome.Biome.Setter, OutOfBoundsChunk
Enclosing interface:
OutOfBoundsChunk

public static class OutOfBoundsChunk.Lighting extends net.minestom.server.instance.LightingChunk implements OutOfBoundsChunk
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minestom.server.instance.block.Block.Getter

    net.minestom.server.instance.block.Block.Getter.Condition

    Nested classes/interfaces inherited from interface ru.dragonestia.msb3.api.world.chunk.OutOfBoundsChunk

    OutOfBoundsChunk.Dynamic, OutOfBoundsChunk.Lighting
  • Field Summary

    Fields inherited from class net.minestom.server.instance.DynamicChunk

    entries, motionBlocking, sections, tickableMap, worldSurface

    Fields inherited from class net.minestom.server.instance.Chunk

    CHUNK_SECTION_SIZE, CHUNK_SIZE_X, CHUNK_SIZE_Z, chunkX, chunkZ, instance, loaded, maxSection, minSection
  • Constructor Summary

    Constructors
    Constructor
    Description
    Lighting(@NotNull net.minestom.server.instance.Instance instance, int chunkX, int chunkZ)
     
  • Method Summary

    Methods inherited from class net.minestom.server.instance.LightingChunk

    copy, createLightData, getOcclusionMap, invalidate, invalidateNeighborsSection, invalidateResendDelay, isLoaded, onGenerate, onLoad, relight, sendLighting, setBlock, setFreezeInvalidation, tick

    Methods inherited from class net.minestom.server.instance.DynamicChunk

    getBiome, getBlock, getFullDataPacket, getHeightmapNBT, getLastChangeTime, getSection, getSections, loadHeightmapsFromNBT, motionBlockingHeightmap, reset, setBiome, updateSnapshot, worldSurfaceHeightmap

    Methods inherited from class net.minestom.server.instance.Chunk

    addViewer, getChunkX, getChunkZ, getIdentifier, getInstance, getMaxSection, getMinSection, getSectionAt, getViewers, isReadOnly, removeViewer, sendChunk, sendChunk, setBlock, setReadOnly, shouldGenerate, tagHandler, toPosition, toString, unload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minestom.server.world.biome.Biome.Getter

    getBiome

    Methods inherited from interface net.minestom.server.world.biome.Biome.Setter

    setBiome

    Methods inherited from interface net.minestom.server.instance.block.Block.Getter

    getBlock, getBlock, getBlock

    Methods inherited from interface net.minestom.server.instance.block.Block.Setter

    setBlock

    Methods inherited from interface net.minestom.server.tag.Taggable

    getAndSetTag, getAndUpdateTag, getTag, hasTag, removeTag, setTag, updateAndGetTag, updateTag

    Methods inherited from interface net.minestom.server.Viewable

    getViewersAsAudience, getViewersAsAudiences, isViewer, sendPacketsToViewers, sendPacketsToViewers, sendPacketToViewers, sendPacketToViewersAndSelf
  • Constructor Details

    • Lighting

      public Lighting(@NotNull @NotNull net.minestom.server.instance.Instance instance, int chunkX, int chunkZ)