Interface ICircuitBoard

All Superinterfaces:
INbtWritable

public interface ICircuitBoard extends INbtWritable
  • Method Details

    • getPrimaryColor

      int getPrimaryColor()
    • getSecondaryColor

      int getSecondaryColor()
    • addTooltip

      void addTooltip(List<net.minecraft.network.chat.Component> list)
    • onInsertion

      void onInsertion(Object tile)
    • onLoad

      void onLoad(Object tile)
    • onRemoval

      void onRemoval(Object tile)
    • onTick

      void onTick(Object tile)
    • getCircuits

      ICircuit[] getCircuits()
    • getSocketType

      @Nullable net.minecraft.resources.ResourceLocation getSocketType()
      Specifies where a circuit can be used.