Interface HTAreaDefinition

  • All Implemented Interfaces:

    
    public interface HTAreaDefinition
    
                        

    有効範囲を描画するための値を提供するインターフェースです。

    Since:

    0.5.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Set<BlockPos> getArea() 描画する範囲を取得します。
      abstract GlobalPos getSource() 提供元の座標を取得します。
      abstract Integer getColor() 描画時の色を取得します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getArea

         abstract Set<BlockPos> getArea()

        描画する範囲を取得します。

      • getSource

         abstract GlobalPos getSource()

        提供元の座標を取得します。

      • getColor

         abstract Integer getColor()

        描画時の色を取得します。