Interface NotDiagonallyRotatable

All Superinterfaces:
ItemAttribute
All Known Implementing Classes:
ArmorAutoCrafter, ButcherAndroid, CoalGenerator, CombustionGenerator, ElectricPress, EnhancedAutoCrafter, ExpCollector, FarmerAndroid, FishermanAndroid, GEOMiner, GEOScanner, GPSControlPanel, GPSTransmitter, LavaGenerator, MagnesiumGenerator, MinerAndroid, OilPump, ProgrammableAndroid, VanillaAutoCrafter, WoodcutterAndroid

public interface NotDiagonallyRotatable extends ItemAttribute
Implement this interface for any SlimefunItem to prevent that SlimefunItem from being rotated to BlockFace.NORTH_EAST BlockFace.NORTH_WEST BlockFace.SOUTH_EAST BlockFace.SOUTH_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)