Class SkyLightSectionStorageMixin

java.lang.Object
net.minecraft.world.level.lighting.LayerLightSectionStorage
dev.engine_room.flywheel.backend.mixin.light.SkyLightSectionStorageMixin
All Implemented Interfaces:
SkyLightSectionStorageExtension

public abstract class SkyLightSectionStorageMixin extends net.minecraft.world.level.lighting.LayerLightSectionStorage implements SkyLightSectionStorageExtension
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage

    net.minecraft.world.level.lighting.LayerLightSectionStorage.SectionState, net.minecraft.world.level.lighting.LayerLightSectionStorage.SectionType
  • Field Summary

    Fields inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage

    changedSections, chunkSource, hasInconsistencies, queuedSections, sectionsAffectedByLightUpdates, sectionStates, updatingSectionData, visibleSectionData
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.level.chunk.DataLayer
    flywheel$skyDataLayer(long section)
     

    Methods inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage

    createDataLayer, getDataLayer, getDataLayer, getDataLayerData, getDataLayerToWrite, getDebugSectionType, getLightValue, getStoredLevel, hasInconsistencies, lightOnInSection, markNewInconsistencies, markSectionAndNeighborsAsAffected, onNodeAdded, onNodeRemoved, putSectionState, queueSectionData, retainData, setLightEnabled, setStoredLevel, storingLightForSection, swapSectionMap, updateSectionStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SkyLightSectionStorageMixin

      protected SkyLightSectionStorageMixin()
  • Method Details