类 PistonBaseMaterial

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PistonBaseMaterial
所有已实现的接口:
Cloneable, Directional, Redstone

public class PistonBaseMaterial extends MaterialData implements Directional, Redstone
活塞类方块的Material data.
  • 构造器详细资料

    • PistonBaseMaterial

      @Deprecated public PistonBaseMaterial(int type)
      已过时。
      不安全的参数
      构造本类.

      原文:Constructs a PistonBaseMaterial

      参数:
      type - the raw type id
    • PistonBaseMaterial

      public PistonBaseMaterial(Material type)
    • PistonBaseMaterial

      @Deprecated public PistonBaseMaterial(int type, byte data)
      已过时。
      不安全的参数
      构造本类.

      原文:Constructs a PistonBaseMaterial.

      参数:
      type - the raw type id
      data - the raw data value
    • PistonBaseMaterial

      @Deprecated public PistonBaseMaterial(Material type, byte data)
      已过时。
      不安全的参数
      构造本类.

      原文:Constructs a PistonBaseMaterial.

      参数:
      type - the material type to use
      data - the raw data value
  • 方法详细资料

    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      从接口复制的说明: Directional
      设置这个方块的朝向.

      原文:Sets the direction that this block is facing in

      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - 这个方块的朝向
    • getFacing

      public BlockFace getFacing()
      从接口复制的说明: Directional
      获取这个方块的朝向.

      原文:Gets the direction this block is facing

      指定者:
      getFacing 在接口中 Directional
      返回:
      这个方块的朝向
    • isPowered

      public boolean isPowered()
      从接口复制的说明: Redstone
      这个物品有没有充能.

      原文:Gets the current state of this Material, indicating if it's powered or unpowered

      指定者:
      isPowered 在接口中 Redstone
      返回:
      true代表充能
    • setPowered

      public void setPowered(boolean powered)
      设置这个活塞的状态.

      原文:Sets the current state of this piston

      参数:
      powered - 如果活塞伸出或充能为true
    • isSticky

      public boolean isSticky()
      检测这是不是一个粘性活塞。

      原文:Checks if this piston base is sticky, and returns true if so

      返回:
      这是不是一个粘性活塞
    • clone

      public PistonBaseMaterial clone()
      覆盖:
      clone 在类中 MaterialData