Interface AccessBlockStateBase
public interface AccessBlockStateBase
-
Method Summary
Modifier and TypeMethodDescriptionfloatintnet.minecraft.world.level.material.Materialnet.minecraft.world.level.material.MaterialColorbooleanbooleanbooleanbooleanvoidcrafttweaker$setCanOcclude(boolean canOcclude) voidcrafttweaker$setDestroySpeed(float destroySpeed) voidcrafttweaker$setIsAir(boolean isAir) voidcrafttweaker$setLightEmission(int lightEmission) voidcrafttweaker$setMaterial(net.minecraft.world.level.material.Material material) voidcrafttweaker$setMaterialColor(net.minecraft.world.level.material.MaterialColor materialColor) voidcrafttweaker$setRequiresCorrectToolForDrops(boolean requiresCorrectToolForDrops) voidcrafttweaker$setUseShapeForLightOcclusion(boolean useShapeForLightOcclusion)
-
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$getMaterial
net.minecraft.world.level.material.Material crafttweaker$getMaterial() -
crafttweaker$setMaterial
void crafttweaker$setMaterial(net.minecraft.world.level.material.Material material) -
crafttweaker$getMaterialColor
net.minecraft.world.level.material.MaterialColor crafttweaker$getMaterialColor() -
crafttweaker$setMaterialColor
void crafttweaker$setMaterialColor(net.minecraft.world.level.material.MaterialColor materialColor) -
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)
-