Interface IColorableBlockEntity


public interface IColorableBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    recolourBlock(net.minecraft.core.Direction side, AEColor colour, net.minecraft.world.entity.player.Player who)
     
  • Method Details

    • getColor

      AEColor getColor()
    • recolourBlock

      boolean recolourBlock(net.minecraft.core.Direction side, AEColor colour, net.minecraft.world.entity.player.Player who)