Package com.mynamesraph.chiseled.block
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChiseledBlock.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BlockStatedefaultStateNoWaterpublic final static ChiseledBlock.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ChiseledBlock(BlockBehaviour.Properties properties)
-
Method Summary
Modifier and Type Method Description final BlockStategetDefaultStateNoWater()BlockEntitynewBlockEntity(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
-
-
Method Detail
-
getDefaultStateNoWater
final BlockState getDefaultStateNoWater()
-
newBlockEntity
BlockEntity newBlockEntity(BlockPos pos, BlockState state)
-
-
-
-