| パッケージ | 説明 |
|---|---|
| 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. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Art |
Art.getById(int id)
非推奨です。
Magic value
|
static Art |
Art.getByName(String name)
Get a painting by its unique name
This ignores underscores and capitalization
|
static Art |
Art.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Art[] |
Art.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Art |
Painting.getArt()
Get the art on this painting
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
Painting.setArt(Art art)
Set the art on this painting
|
boolean |
Painting.setArt(Art art,
boolean force)
Set the art on this painting
|
Copyright © 2016. All rights reserved.