类 Hopper

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

@Deprecated public class Hopper extends MaterialData implements Directional, Redstone
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
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 - the direction the hopper is facing
      另请参阅:
    • Hopper

      public Hopper(BlockFace facingDirection, boolean isActive)
      已过时。
      Constructs a hopper facing the specified direction and either active or not.
      参数:
      facingDirection - the direction the hopper is facing
      isActive - True if the hopper is initially active, false if deactivated
      另请参阅:
    • Hopper

      public Hopper(Material type)
      已过时。
    • Hopper

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

    • setActive

      public void setActive(boolean isActive)
      已过时。
      Sets whether the hopper is active or not.
      参数:
      isActive - True if the hopper is active, false if deactivated as if powered by redstone
    • isActive

      public boolean isActive()
      已过时。
      Checks whether the hopper is active or not.
      返回:
      True if the hopper is active, false if deactivated
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      已过时。
      Sets the direction this hopper is facing
      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - The direction to set this hopper to
      另请参阅:
    • getFacing

      public BlockFace getFacing()
      已过时。
      Gets the direction this hopper is facing
      指定者:
      getFacing 在接口中 Directional
      返回:
      The direction this hopper is facing
      另请参阅:
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Hopper clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData
    • isPowered

      public boolean isPowered()
      已过时。
      Checks if the hopper is powered.
      指定者:
      isPowered 在接口中 Redstone
      返回:
      true if the hopper is powered