接口 Painting

所有超级接口:
Attachable, CommandSender, Directional, Entity, Hanging, Metadatable, Nameable, Permissible, ServerOperator

public interface Painting extends Hanging
代表画.

前往wiki了解更多

  • 方法详细资料

    • getArt

      Art getArt()
      获取这幅画上的画面.

      原文:Get the art on this painting

      返回:
      画面
    • setArt

      boolean setArt(Art art)
      设置这幅画上的画面.

      原文:Set the art on this painting

      参数:
      art - 新的画面
      返回:
      如果新的画面不适合这幅画的位置、尺寸等将会返回false
    • setArt

      boolean setArt(Art art, boolean force)
      设置这幅画的画面.

      原文:Set the art on this painting

      参数:
      art - 新的画面
      force - 如果这个设为true,无论当前的位置、尺寸是否适合这幅画面.注意,强制执行这可能会使这幅画掉落成物品,除非你用HangingBreakEvent重写
      返回:
      如果force参数是false或新的画面不适合这幅画的位置、尺寸等将会返回false