![]() |
Bukkit
1.4.7-R1.0
|
Represents a furnace. More...
Inheritance diagram for org.bukkit.block.Furnace:
Collaboration diagram for org.bukkit.block.Furnace:Public Member Functions | |
| short | getBurnTime () |
| Get burn time. | |
| void | setBurnTime (short burnTime) |
| Set burn time. | |
| short | getCookTime () |
| Get cook time. | |
| void | setCookTime (short cookTime) |
| Set cook time. | |
| FurnaceInventory | getInventory () |
Public Member Functions inherited from org.bukkit.block.BlockState | |
| Block | getBlock () |
| Gets the block represented by this BlockState. | |
| MaterialData | getData () |
| Gets the metadata for this block. | |
| Material | getType () |
| Gets the type of this block. | |
| int | getTypeId () |
| Gets the type-id of this block. | |
| byte | getLightLevel () |
| Gets the light level between 0-15. | |
| World | getWorld () |
| Gets the world which contains this Block. | |
| int | getX () |
| Gets the x-coordinate of this block. | |
| int | getY () |
| Gets the y-coordinate of this block. | |
| int | getZ () |
| Gets the z-coordinate of this block. | |
| Location | getLocation () |
| Gets the location of this block. | |
| Location | getLocation (Location loc) |
| Stores the location of this block in the provided Location object. | |
| Chunk | getChunk () |
| Gets the chunk which contains this block. | |
| void | setData (MaterialData data) |
| Sets the metadata for this block. | |
| void | setType (Material type) |
| Sets the type of this block. | |
| boolean | setTypeId (int type) |
| Sets the type-id of this block. | |
| boolean | update () |
| Attempts to update the block represented by this state, setting it to the new values as defined by this state. | |
| boolean | update (boolean force) |
| Attempts to update the block represented by this state, setting it to the new values as defined by this state. | |
| byte | getRawData () |
| void | setRawData (byte data) |
Public Member Functions inherited from org.bukkit.metadata.Metadatable | |
| void | setMetadata (String metadataKey, MetadataValue newMetadataValue) |
| Sets a metadata value in the implementing object's metadata store. | |
| List< MetadataValue > | getMetadata (String metadataKey) |
| Returns a list of previously set metadata values from the implementing object's metadata store. | |
| boolean | hasMetadata (String metadataKey) |
| Tests to see whether the implementing object contains the given metadata value in its metadata store. | |
| void | removeMetadata (String metadataKey, Plugin owningPlugin) |
| Removes the given metadata value from the implementing object's metadata store. | |
Represents a furnace.
Definition at line 8 of file Furnace.java.
| short org.bukkit.block.Furnace.getBurnTime | ( | ) |
Get burn time.
| short org.bukkit.block.Furnace.getCookTime | ( | ) |
Get cook time.
| FurnaceInventory org.bukkit.block.Furnace.getInventory | ( | ) |
| void org.bukkit.block.Furnace.setBurnTime | ( | short | burnTime | ) |
Set burn time.
| burnTime | Burn time |
| void org.bukkit.block.Furnace.setCookTime | ( | short | cookTime | ) |
Set cook time.
| cookTime | Cook time |