Uses of Class
com.hazebyte.crate.api.effect.Category
-
Packages that use Category Package Description com.hazebyte.crate.api.crate Classes related toCratecom.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 voidCrate. runEffect(org.bukkit.Location location, Category category)voidCrate. runEffect(org.bukkit.Location location, Category category, org.bukkit.entity.Player player)Starts all effects with the givenCategoryat 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 CategoryCategory. 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.
-