Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.dispenser | |
net.minecraft.init | |
net.minecraft.item | |
net.minecraftforge.fluids |
Modifier and Type | Class and Description |
---|---|
class |
BlockSourceImpl |
Modifier and Type | Method and Description |
---|---|
static IPosition |
BlockDispenser.getDispensePosition(IBlockSource coords) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
BehaviorDefaultDispenseItem.dispense(IBlockSource source,
ItemStack stack) |
ItemStack |
IBehaviorDispenseItem.dispense(IBlockSource source,
ItemStack stack) |
protected ItemStack |
BehaviorDefaultDispenseItem.dispenseStack(IBlockSource source,
ItemStack stack) |
ItemStack |
BehaviorProjectileDispense.dispenseStack(IBlockSource source,
ItemStack stack) |
protected void |
BehaviorDefaultDispenseItem.playDispenseSound(IBlockSource source) |
protected void |
BehaviorProjectileDispense.playDispenseSound(IBlockSource source) |
protected void |
BehaviorDefaultDispenseItem.spawnDispenseParticles(IBlockSource source,
EnumFacing facingIn) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
Bootstrap.BehaviorDispenseBoat.dispenseStack(IBlockSource source,
ItemStack stack) |
protected ItemStack |
Bootstrap.BehaviorDispenseShulkerBox.dispenseStack(IBlockSource source,
ItemStack stack) |
protected void |
Bootstrap.BehaviorDispenseBoat.playDispenseSound(IBlockSource source) |
protected void |
Bootstrap.BehaviorDispenseOptional.playDispenseSound(IBlockSource source) |
Modifier and Type | Method and Description |
---|---|
static ItemStack |
ItemArmor.dispenseArmor(IBlockSource blockSource,
ItemStack stack) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
DispenseFluidContainer.dispenseStack(IBlockSource source,
ItemStack stack) |
private ItemStack |
DispenseFluidContainer.dumpContainer(IBlockSource source,
ItemStack stack)
Drains a filled container and places the fluid in front of the Dispenser.
|
private ItemStack |
DispenseFluidContainer.fillContainer(IBlockSource source,
ItemStack stack)
Picks up fluid in front of a Dispenser and fills a container with it.
|