Class ItemUtil
java.lang.Object
com.github.relativobr.supreme.util.ItemUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddLoreQuarry(AbstractQuarry quarry) static StringbuildIdTier(String newName, Integer tier) static io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStackbuildItemFromMobTechDTO(MobTechGeneric mobTechGeneric, Integer tier) static StringbuildLoreRadioactivityType(MobTechGeneric.MobTechType mobTechType) static StringbuildLoreType(MobTechGeneric.MobTechType mobTechType, Integer tier) static StringbuildNameTier(String newName, Integer tier) static org.bukkit.inventory.ItemStackgetItemQuarry(SupremeQuarryOutput output, int randomInt) static SupremeQuarryOutputgetOutputQuarry(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack item) static intgetValueGeneratorsWithLimit(int value)
-
Constructor Details
-
ItemUtil
public ItemUtil()
-
-
Method Details
-
getValueGeneratorsWithLimit
public static int getValueGeneratorsWithLimit(int value) -
getOutputQuarry
public static SupremeQuarryOutput getOutputQuarry(@Nonnull io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack item) -
addLoreQuarry
-
getItemQuarry
public static org.bukkit.inventory.ItemStack getItemQuarry(SupremeQuarryOutput output, int randomInt) -
buildNameTier
-
buildIdTier
-
buildLoreRadioactivityType
-
buildLoreType
-
buildItemFromMobTechDTO
public static io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack buildItemFromMobTechDTO(MobTechGeneric mobTechGeneric, Integer tier)
-