| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Art | |
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc.  | 
| Uses of Art in org.bukkit | 
|---|
| Methods in org.bukkit that return Art | |
|---|---|
static Art | 
Art.getById(int id)
Deprecated. Magic value  | 
static Art | 
Art.getByName(String name)
Get a painting by its unique name  | 
static Art | 
Art.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 | |
|---|---|
 Art | 
Painting.getArt()
Get the art on this painting  | 
| Methods in org.bukkit.entity with parameters of type Art | |
|---|---|
 boolean | 
Painting.setArt(Art art)
Set the art on this painting  | 
 boolean | 
Painting.setArt(Art art,
             boolean force)
Set the art on this painting  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||