Class TripwireHook

All Implemented Interfaces:
java.lang.Cloneable, Attachable, Directional, Redstone

public class TripwireHook
extends SimpleAttachableMaterialData
implements Redstone
Represents the tripwire hook
  • Constructor Details

    • TripwireHook

      public TripwireHook()
    • TripwireHook

      @Deprecated public TripwireHook​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • TripwireHook

      @Deprecated public TripwireHook​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • TripwireHook

      public TripwireHook​(BlockFace dir)
  • Method Details