パッケージ medipro.object.stage.ceil

クラス CeilModel


public class CeilModel extends GridObjectModel
天井のモデル.
  • フィールド詳細

  • コンストラクタの詳細

    • CeilModel

      public CeilModel(World world, String path)
      天井のモデルを生成する.
      パラメータ:
      world - ワールド
      path - テクスチャのパス
    • CeilModel

      public CeilModel(World world, Optional<BufferedImage> texture)
      天井のモデルを生成する.
      パラメータ:
      world - ワールド
      texture - テクスチャ
    • CeilModel

      public CeilModel(World world)
      天井のモデルを生成する.
      パラメータ:
      world - ワールド
    • CeilModel

      public CeilModel(World world, int width, int height)
      天井のモデルを生成する.
      パラメータ:
      world - ワールド
      width - 幅
      height - 高さ
  • メソッドの詳細

    • getTexutre

      public Optional<Image> getTexutre()
      テクスチャを取得する.
      戻り値:
      テクスチャ
    • setTexture

      public void setTexture(Optional<Image> texture)
      テクスチャを設定する.
      パラメータ:
      texture - テクスチャ
    • setTexture

      public void setTexture(Image texture)
      テクスチャを設定する.
      パラメータ:
      texture - テクスチャ