All Superinterfaces:
ItemAttribute
All Known Implementing Classes:
CargoConnectorNode, CargoManager, EnergyConnector, EnergyRegulator, TrashCan

public interface NotRotatable extends ItemAttribute
Implement this interface for any SlimefunItem to prevent that SlimefunItem from being rotated.
Author:
Ddggdd135
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.bukkit.block.BlockFace
     

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

    getId
  • Method Details

    • getRotation

      default org.bukkit.block.BlockFace getRotation()