Interface BlockConvertible

All Known Subinterfaces:
Colored, Custom
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 Type
    Method
    Description
    net.minecraft.block.Block
    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