Interface RechiseledBlockType

All Known Implementing Classes:
RechiseledBlockTypeImpl

public interface RechiseledBlockType
Created 26/04/2023 by SuperMartijn642
  • Method Details

    • hasRegularVariant

      boolean hasRegularVariant()
    • getRegularBlock

      net.minecraft.world.level.block.Block getRegularBlock()
    • getRegularItem

      net.minecraft.world.item.BlockItem getRegularItem()
    • hasConnectingVariant

      boolean hasConnectingVariant()
    • getConnectingBlock

      net.minecraft.world.level.block.Block getConnectingBlock()
    • getConnectingItem

      net.minecraft.world.item.BlockItem getConnectingItem()