Uses of Class
org.bukkit.Art
-
Packages that use Art Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc. -
-
Uses of Art in org.bukkit
Fields in org.bukkit with type parameters of type Art Modifier and Type Field Description static Registry<Art>Registry. ARTServer art.Methods in org.bukkit that return Art Modifier and Type Method Description static @Nullable ArtArt. getById(int id)Deprecated.Magic valuestatic @Nullable ArtArt. getByName(@NotNull String name)Get a painting by its unique namestatic ArtArt. valueOf(String name)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 Art Modifier and Type Method Description @NotNull ArtPainting. getArt()Get the art on this paintingMethods in org.bukkit.entity with parameters of type Art Modifier and Type Method Description booleanPainting. setArt(@NotNull Art art)Set the art on this paintingbooleanPainting. setArt(@NotNull Art art, boolean force)Set the art on this painting
-