Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.DistinctiveItem
Packages that use DistinctiveItem
Package
Description
This package holds classes related to
SlimefunBackpack
.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.-
Uses of DistinctiveItem in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks that implement DistinctiveItemModifier and TypeClassDescriptionclass
TheCooler
is a special variant of theSlimefunBackpack
.class
This class represents aSlimefunBackpack
that has been restored via /sf backpack for retrieving items if the original has been lost.class
This class represents aSlimefunItem
that is considered a Backpack.class
This implementation ofSlimefunBackpack
is alsoSoulbound
. -
Uses of DistinctiveItem in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.blocks that implement DistinctiveItemModifier and TypeClassDescriptionclass
This is a parent class for theBrokenSpawner
andRepairedSpawner
to provide some utility methods.class
This implementation ofSlimefunItem
represents a Broken Spawner.class
ARepairedSpawner
is the repaired variant of aBrokenSpawner
.