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 SlimefunItem
This package contains the different classes for each
SlimefunItem
This 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 ofRadioactivity
for thisRadioactive
item.static Radioactivity
Returns 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 newRadioactiveItem
with the given level ofRadioactivity
RadioactiveItem
(ItemGroup itemGroup, Radioactivity radioactivity, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) This will create a newRadioactiveItem
with 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 String
LoreBuilder.radioactive
(Radioactivity radioactivity)