Class VirtualEmptyBlockGetter.StaticLightImpl

java.lang.Object
com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter.StaticLightImpl
All Implemented Interfaces:
VirtualEmptyBlockGetter, net.minecraft.world.level.BlockAndTintGetter, net.minecraft.world.level.BlockGetter, net.minecraft.world.level.LevelHeightAccessor, net.minecraftforge.client.extensions.IForgeBlockAndTintGetter, net.minecraftforge.common.extensions.IForgeBlockGetter
Enclosing interface:
VirtualEmptyBlockGetter

public static class VirtualEmptyBlockGetter.StaticLightImpl extends Object implements VirtualEmptyBlockGetter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter

    VirtualEmptyBlockGetter.StaticLightImpl
  • Field Summary

    Fields inherited from interface com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter

    FULL_BRIGHT, FULL_DARK, INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    StaticLightImpl(int blockLight, int skyLight)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.lighting.LevelLightEngine
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraft.world.level.BlockAndTintGetter

    canSeeSky, getBrightness, getRawBrightness

    Methods inherited from interface net.minecraft.world.level.BlockGetter

    clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxLightLevel, isBlockInLine

    Methods inherited from interface net.minecraftforge.client.extensions.IForgeBlockAndTintGetter

    getShade

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGetter

    getExistingBlockEntity, getModelDataManager

    Methods inherited from interface net.minecraft.world.level.LevelHeightAccessor

    getMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight

    Methods inherited from interface com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter

    getBlockEntity, getBlockState, getBlockTint, getFluidState, getHeight, getMinBuildHeight, getShade
  • Constructor Details

    • StaticLightImpl

      public StaticLightImpl(int blockLight, int skyLight)
  • Method Details

    • getLightEngine

      public net.minecraft.world.level.lighting.LevelLightEngine getLightEngine()
      Specified by:
      getLightEngine in interface net.minecraft.world.level.BlockAndTintGetter