| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.dispenser | |
| net.minecraft.init | |
| net.minecraft.item | |
| net.minecraftforge.fluids |
| Modifier and Type | Field and Description |
|---|---|
private IBehaviorDispenseItem |
BlockDropper.dropBehavior |
| Modifier and Type | Field and Description |
|---|---|
static RegistryDefaulted<Item,IBehaviorDispenseItem> |
BlockDispenser.DISPENSE_BEHAVIOR_REGISTRY |
| Modifier and Type | Method and Description |
|---|---|
protected IBehaviorDispenseItem |
BlockDispenser.getBehavior(ItemStack stack) |
protected IBehaviorDispenseItem |
BlockDropper.getBehavior(ItemStack stack) |
| Modifier and Type | Class and Description |
|---|---|
class |
BehaviorDefaultDispenseItem |
class |
BehaviorProjectileDispense |
| Modifier and Type | Field and Description |
|---|---|
static IBehaviorDispenseItem |
IBehaviorDispenseItem.DEFAULT_BEHAVIOR |
| Modifier and Type | Class and Description |
|---|---|
static class |
Bootstrap.BehaviorDispenseBoat |
static class |
Bootstrap.BehaviorDispenseOptional |
(package private) static class |
Bootstrap.BehaviorDispenseShulkerBox |
| Modifier and Type | Field and Description |
|---|---|
static IBehaviorDispenseItem |
ItemArmor.DISPENSER_BEHAVIOR |
private static IBehaviorDispenseItem |
ItemMinecart.MINECART_DISPENSER_BEHAVIOR |
| Modifier and Type | Class and Description |
|---|---|
class |
DispenseFluidContainer
Fills or drains a fluid container item using a Dispenser.
|