Interface AccessBlockStateBase


public interface AccessBlockStateBase
  • Method Details

    • crafttweaker$getLightEmission

      int crafttweaker$getLightEmission()
    • crafttweaker$setLightEmission

      void crafttweaker$setLightEmission(int lightEmission)
    • crafttweaker$isUseShapeForLightOcclusion

      boolean crafttweaker$isUseShapeForLightOcclusion()
    • crafttweaker$setUseShapeForLightOcclusion

      void crafttweaker$setUseShapeForLightOcclusion(boolean useShapeForLightOcclusion)
    • crafttweaker$isIsAir

      boolean crafttweaker$isIsAir()
    • crafttweaker$setIsAir

      void crafttweaker$setIsAir(boolean isAir)
    • crafttweaker$getDestroySpeed

      float crafttweaker$getDestroySpeed()
    • crafttweaker$setDestroySpeed

      void crafttweaker$setDestroySpeed(float destroySpeed)
    • crafttweaker$isRequiresCorrectToolForDrops

      boolean crafttweaker$isRequiresCorrectToolForDrops()
    • crafttweaker$setRequiresCorrectToolForDrops

      void crafttweaker$setRequiresCorrectToolForDrops(boolean requiresCorrectToolForDrops)
    • crafttweaker$isCanOcclude

      boolean crafttweaker$isCanOcclude()
    • crafttweaker$setCanOcclude

      void crafttweaker$setCanOcclude(boolean canOcclude)