Package dev.jaxydog.astral.content.block
Interface BlockConvertible
- All Known Implementing Classes:
AstralBlock,AstralSlabBlock,AstralStairsBlock,AstralWallBlock,CobbledSandstoneBlock,DyedAmethystBlock,DyedAmethystClusterBlock,DyedBuddingAmethystBlock,LogSlabBlock,RandomizerBlock,SmoothStoneStairsBlock
public interface BlockConvertible
Describes a value that has an associated block representation.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.block.BlockasBlock()Returns this value's block representation.
-
Method Details
-
asBlock
net.minecraft.block.Block asBlock()Returns this value's block representation.- Returns:
- This value as a block.
- Since:
- 2.0.0
-