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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.lighting.LevelLightEngineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightnessMethods inherited from interface net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraftforge.client.extensions.IForgeBlockAndTintGetter
getShadeMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGetter
getExistingBlockEntity, getModelDataManagerMethods inherited from interface net.minecraft.world.level.LevelHeightAccessor
getMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeightMethods 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:
getLightEnginein interfacenet.minecraft.world.level.BlockAndTintGetter
-