Interface ColorableBlock<T extends net.minecraft.world.level.block.Block & BlockItemProvider<I>,I extends net.minecraft.world.item.BlockItem>

All Known Implementing Classes:
AbstractActiveColoredDirectionalBlock, AbstractColoredBlock, AbstractConstructorDestructorBlock, AbstractControllerBlock, AbstractGridBlock, CableBlock, ConstructorBlock, ControllerBlock, CraftingGridBlock, CreativeControllerBlock, DestructorBlock, DetectorBlock, DiskInterfaceBlock, ExporterBlock, ExternalStorageBlock, GridBlock, ImporterBlock, NetworkReceiverBlock, NetworkTransmitterBlock, PatternGridBlock, RelayBlock, SecurityManagerBlock, WirelessTransmitterBlock

public interface ColorableBlock<T extends net.minecraft.world.level.block.Block & BlockItemProvider<I>,I extends net.minecraft.world.item.BlockItem>
  • Method Details

    • getBlockColorMap

      BlockColorMap<T,I> getBlockColorMap()
    • getColor

      net.minecraft.world.item.DyeColor getColor()
    • canAlwaysConnect

      default boolean canAlwaysConnect()