Uses of Enum
org.bukkit.Art
Packages that use 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 org.bukkit
Fields in org.bukkit with type parameters of type ArtMethods in org.bukkit that return ArtModifier and TypeMethodDescriptionstatic Art
Art.getById
(int id) Deprecated.Magic valuestatic Art
Get a painting by its unique namestatic Art
Returns the enum constant of this type with the specified name.static Art[]
Art.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Art in org.bukkit.entity
Methods in org.bukkit.entity that return ArtMethods in org.bukkit.entity with parameters of type Art