Class ChiseledBlock

  • All Implemented Interfaces:
    net.fabricmc.fabric.api.block.v1.FabricBlock , net.minecraft.world.flag.FeatureElement , net.minecraft.world.level.ItemLike , net.minecraft.world.level.block.BucketPickup , net.minecraft.world.level.block.EntityBlock , net.minecraft.world.level.block.LiquidBlockContainer , net.minecraft.world.level.block.SimpleWaterloggedBlock

    
    public final class ChiseledBlock
    extends Block implements EntityBlock, SimpleWaterloggedBlock
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      ChiseledBlock(BlockBehaviour.Properties properties)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BlockState getDefaultStateNoWater()
      BlockEntity newBlockEntity(BlockPos pos, BlockState state)
      • Methods inherited from class net.minecraft.world.level.block.Block

        animateTick, asItem, builtInRegistryHolder, defaultBlockState, destroy, dropFromExplosion, fallOn, getExplosionResistance, getFriction, getJumpFactor, getName, getSpeedFactor, getStateDefinition, getStateForPlacement, handlePrecipitation, hasDynamicShape, isPossibleToRespawnInThis, playerDestroy, playerWillDestroy, setPlacedBy, stepOn, toString, updateEntityMovementAfterFallOn, wasExploded, withPropertiesOf
      • Methods inherited from class net.minecraft.world.level.block.state.BlockBehaviour

        defaultDestroyTime, defaultMapColor, getDescriptionId, getLootTable, properties, requiredFeatures
      • Methods inherited from class net.minecraft.world.flag.FeatureElement

        isEnabled
      • Methods inherited from class net.fabricmc.fabric.api.block.v1.FabricBlock

        getAppearance
      • Methods inherited from class net.minecraft.world.level.block.EntityBlock

        getListener, getTicker
      • Methods inherited from class net.minecraft.world.level.block.SimpleWaterloggedBlock

        canPlaceLiquid, getPickupSound, pickupBlock, placeLiquid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChiseledBlock

        ChiseledBlock(BlockBehaviour.Properties properties)