| Package | Description |
|---|---|
| org.cloudburstmc.api.blockentity | |
| org.cloudburstmc.api.event.inventory | |
| org.cloudburstmc.api.inventory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlastFurnace |
interface |
Smoker |
| Modifier and Type | Field and Description |
|---|---|
static BlockEntityType<Furnace> |
BlockEntityTypes.FURNACE |
| Modifier and Type | Method and Description |
|---|---|
Furnace |
FurnaceSmeltEvent.getFurnace() |
Furnace |
FurnaceBurnEvent.getFurnace() |
| Constructor and Description |
|---|
FurnaceBurnEvent(Furnace furnace,
ItemStack fuel,
short burnTime) |
FurnaceSmeltEvent(Furnace furnace,
ItemStack source,
ItemStack result) |
| Modifier and Type | Method and Description |
|---|---|
Furnace |
FurnaceInventory.getHolder() |
Copyright © 2021. All rights reserved.