Uses of Class
dev.sefiraat.sefilib.slimefun.items.SefiSlimefunItem
Packages that use SefiSlimefunItem
-
Uses of SefiSlimefunItem in dev.sefiraat.sefilib.slimefun.blocks
Classes in dev.sefiraat.sefilib.slimefun.blocks with type parameters of type SefiSlimefunItemModifier and TypeClassDescriptionclassSefiBlock<T extends SefiSlimefunItem<T>>This abstract class can be extended to simplify the creation of Slimefun blocks with methods for ticking, right-clicking, placing, breaking, and using.Subclasses of SefiSlimefunItem in dev.sefiraat.sefilib.slimefun.blocksModifier and TypeClassDescriptionclassOwnedBlock<T extends SefiBlock<T>>This block will, when placed, register it's placing player as its owner.classSefiBlock<T extends SefiSlimefunItem<T>>This abstract class can be extended to simplify the creation of Slimefun blocks with methods for ticking, right-clicking, placing, breaking, and using.classSimpleTickingBlock<T extends SefiBlock<T>>A simple ticking block that does not have a GUI. -
Uses of SefiSlimefunItem in dev.sefiraat.sefilib.slimefun.items
Classes in dev.sefiraat.sefilib.slimefun.items with type parameters of type SefiSlimefunItemModifier and TypeClassDescriptionclassSefiSlimefunItem<T extends SefiSlimefunItem<T>>This class is used to create a newSlimefunItemthat is more suited to chainable method calls and in-line registration.