org.bukkit.material.Attachable Maven / Gradle / Ivy
package org.bukkit.material;
import org.bukkit.block.BlockFace;
/**
* Indicates that a block can be attached to another block
*/
public interface Attachable extends Directional {
/**
* Gets the face that this block is attached on
*
* @return BlockFace attached to
*/
BlockFace getAttachedFace();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy