Uses of Enum Class
io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity
Packages that use Radioactivity
Package
Description
This package contains all variations of
ItemAttribute that
can be assigned to a SlimefunItemThis package contains the different classes for each
SlimefunItemThis package contains some utility classes that offer handy ways to do stuff.
-
Uses of Radioactivity in io.github.thebusybiscuit.slimefun4.core.attributes
Methods in io.github.thebusybiscuit.slimefun4.core.attributes that return RadioactivityModifier and TypeMethodDescriptionRadioactive.getRadioactivity()This method returns the level ofRadioactivityfor thisRadioactiveitem.static RadioactivityReturns the enum constant of this class with the specified name.static Radioactivity[]Radioactivity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Radioactivity in io.github.thebusybiscuit.slimefun4.implementation.items
Methods in io.github.thebusybiscuit.slimefun4.implementation.items that return RadioactivityConstructors in io.github.thebusybiscuit.slimefun4.implementation.items with parameters of type RadioactivityModifierConstructorDescriptionRadioactiveItem(ItemGroup itemGroup, Radioactivity radioactivity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) This will create a newRadioactiveItemwith the given level ofRadioactivityRadioactiveItem(ItemGroup itemGroup, Radioactivity radioactivity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) This will create a newRadioactiveItemwith the given level ofRadioactivity -
Uses of Radioactivity in io.github.thebusybiscuit.slimefun4.utils
Methods in io.github.thebusybiscuit.slimefun4.utils with parameters of type RadioactivityModifier and TypeMethodDescriptionstatic StringLoreBuilder.radioactive(Radioactivity radioactivity)