Uses of Class
com.hazebyte.crate.api.effect.Category
-
Packages that use Category Package Description com.hazebyte.crate.api.crate Classes related toCrate
com.hazebyte.crate.api.effect -
-
Uses of Category in com.hazebyte.crate.api.crate
Methods in com.hazebyte.crate.api.crate with parameters of type Category Modifier and Type Method Description void
Crate. runEffect(org.bukkit.Location location, Category category)
void
Crate. runEffect(org.bukkit.Location location, Category category, org.bukkit.entity.Player player)
Starts all effects with the givenCategory
at the given location. -
Uses of Category in com.hazebyte.crate.api.effect
Methods in com.hazebyte.crate.api.effect that return Category Modifier and Type Method Description static Category
Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-