Package dev.sefiraat.sefilib.slimefun.blocks


package dev.sefiraat.sefilib.slimefun.blocks
  • Classes
    Class
    Description
     
    OwnedBlock<T extends SefiBlock<T>>
    This block will, when placed, register it's placing player as its owner.
    This abstract class can be extended to simplify the creation of Slimefun blocks with methods for ticking, right-clicking, placing, breaking, and using.
    A simple ticking block that does not have a GUI.