Uses of Enum Class
io.github.thebusybiscuit.slimefun4.core.attributes.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
Modifier 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
ModifierConstructorDescriptionRadioactiveItem
(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
Modifier and TypeMethodDescriptionstatic String
LoreBuilder.radioactive
(Radioactivity radioactivity)