Interface NotCardinallyRotatable

All Superinterfaces:
ItemAttribute

public interface NotCardinallyRotatable extends ItemAttribute
Implement this interface for any SlimefunItem to prevent that SlimefunItem from being rotated to BlockFace.NORTH BlockFace.EAST BlockFace.SOUTH BlockFace.WEST
Author:
Ddggdd135
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.bukkit.block.BlockFace
    getRotation(double angle)
     

    Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute

    getId
  • Method Details

    • getRotation

      default org.bukkit.block.BlockFace getRotation(double angle)