Class DynamicLightTileMultipartTicking

java.lang.Object
org.cyclops.integrateddynamics.capability.dynamiclight.DynamicLightTileMultipartTicking
All Implemented Interfaces:
IDynamicLight

public class DynamicLightTileMultipartTicking extends Object implements IDynamicLight
Default implementation of IDynamicLight.
  • Constructor Details

    • DynamicLightTileMultipartTicking

      public DynamicLightTileMultipartTicking(BlockEntityMultipartTicking tile, net.minecraft.core.Direction side)
  • Method Details

    • getLightLevels

      protected org.cyclops.cyclopscore.datastructure.EnumFacingMap<Integer> getLightLevels()
    • setLightLevel

      public void setLightLevel(int level)
      Description copied from interface: IDynamicLight
      Set the light level.
      Specified by:
      setLightLevel in interface IDynamicLight
      Parameters:
      level - The light level.
    • getLightLevel

      public int getLightLevel()
      Description copied from interface: IDynamicLight
      Get the light level.
      Specified by:
      getLightLevel in interface IDynamicLight
      Returns:
      The light level.