Interface ILockedMultiBlock

All Superinterfaces:
ILockedBlock

public interface ILockedMultiBlock
extends ILockedBlock
Represents a more specific type of ILockedBlock that holds more than one position in the world (such as doors or double chests).
Since:
3.0.0
Author:
Parker Hawke - Choco
  • Method Details

    • getSecondaryBlock

      @NotNull org.bukkit.block.Block getSecondaryBlock()
      Get the second Bukkit Block represented by this locked block.
      Returns:
      the second block
    • getXSecondary

      int getXSecondary()
      Get the second x coordinate at which this locked block resides.
      Returns:
      the second x coordinate
    • getYSecondary

      int getYSecondary()
      Get the second y coordinate at which this locked block resides.
      Returns:
      the second y coordinate
    • getZSecondary

      int getZSecondary()
      Get the second z coordinate at which this locked block resides.
      Returns:
      the second z coordinate