类 Hopper

所有已实现的接口:
Cloneable, Directional, Redstone

public class Hopper extends MaterialData implements Directional, Redstone
Represents a hopper in an active or deactivated state and facing in a specific direction.
另请参阅:
  • 字段详细资料

    • DEFAULT_DIRECTION

      protected static final BlockFace DEFAULT_DIRECTION
    • DEFAULT_ACTIVE

      protected static final boolean DEFAULT_ACTIVE
      另请参阅:
  • 构造器详细资料

    • Hopper

      public Hopper()
      构造一个默认朝向(下)、激活的漏斗.

      原文:Constructs a hopper facing the default direction (down) and initially active.

    • Hopper

      public Hopper(BlockFace facingDirection)
      构造一个指定朝向、激活的漏斗.

      原文:Constructs a hopper facing the specified direction and initially active.

      参数:
      facingDirection - 朝向
      另请参阅:
    • Hopper

      public Hopper(BlockFace facingDirection, boolean isActive)
      构造一个指定朝向、指定激活状态的漏斗.

      原文:Constructs a hopper facing the specified direction and either active or not.

      参数:
      facingDirection - 朝向
      isActive - 这个漏斗是否被激活
      另请参阅:
    • Hopper

      @Deprecated public Hopper(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Hopper

      public Hopper(Material type)
    • Hopper

      @Deprecated public Hopper(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Hopper

      @Deprecated public Hopper(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • setActive

      public void setActive(boolean isActive)
      设置这个漏斗是否被激活.

      原文:Sets whether the hopper is active or not.

      参数:
      isActive - 这个漏斗是否被激活
    • isActive

      public boolean isActive()
      检测这个漏斗是否被激活.

      原文:Checks whether the hopper is active or not.

      返回:
      这个漏斗是否被激活
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      设置这个漏斗的朝向.

      原文:Sets the direction this hopper is facing

      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - 朝向
      另请参阅:
    • getFacing

      public BlockFace getFacing()
      获取这个漏斗的朝向.

      原文:Gets the direction this hopper is facing

      指定者:
      getFacing 在接口中 Directional
      返回:
      朝向
      另请参阅:
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Hopper clone()
      覆盖:
      clone 在类中 MaterialData
    • isPowered

      public boolean isPowered()
      检测这个漏斗是否充能.

      原文:Checks if the hopper is powered.

      指定者:
      isPowered 在接口中 Redstone
      返回:
      这个漏斗是否充能