Uses of Enum Class
org.bukkit.Art
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Art in io.papermc.paper.registry
-
Uses of Art in org.bukkit
Modifier and TypeMethodDescriptionArt.getById
(int id) Get a painting by its numeric IDGet a painting by its unique namestatic Art
Returns the enum constant of this class with the specified name.static Art[]
Art.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Art in org.bukkit.entity