Uses of Interface
net.minecraft.dispenser.IBlockSource
Packages that use IBlockSource
Package
Description
-
Uses of IBlockSource in net.minecraft.block
Methods in net.minecraft.block with parameters of type IBlockSourceModifier and TypeMethodDescriptionstatic IPositionDispenserBlock.getDispensePosition(IBlockSource p_149939_0_) -
Uses of IBlockSource in net.minecraft.dispenser
Classes in net.minecraft.dispenser that implement IBlockSourceMethods in net.minecraft.dispenser with parameters of type IBlockSourceModifier and TypeMethodDescriptionfinal ItemStackDefaultDispenseItemBehavior.dispense(IBlockSource p_dispense_1_, ItemStack p_dispense_2_) IDispenseItemBehavior.dispense(IBlockSource p_dispense_1_, ItemStack p_dispense_2_) protected ItemStackBeehiveDispenseBehavior.execute(IBlockSource p_82487_1_, ItemStack p_82487_2_) protected ItemStackDefaultDispenseItemBehavior.execute(IBlockSource p_82487_1_, ItemStack p_82487_2_) DispenseBoatBehavior.execute(IBlockSource p_82487_1_, ItemStack p_82487_2_) ProjectileDispenseBehavior.execute(IBlockSource p_82487_1_, ItemStack p_82487_2_) protected ItemStackShulkerBoxDispenseBehavior.execute(IBlockSource p_82487_1_, ItemStack p_82487_2_) protected voidDefaultDispenseItemBehavior.playAnimation(IBlockSource p_82489_1_, Direction p_82489_2_) protected voidDefaultDispenseItemBehavior.playSound(IBlockSource p_82485_1_) protected voidDispenseBoatBehavior.playSound(IBlockSource p_82485_1_) protected voidOptionalDispenseBehavior.playSound(IBlockSource p_82485_1_) protected voidProjectileDispenseBehavior.playSound(IBlockSource p_82485_1_) static voidIDispenseItemBehavior.setEntityPokingOutOfBlock(IBlockSource p_239785_0_, Entity p_239785_1_, Direction p_239785_2_) -
Uses of IBlockSource in net.minecraft.item
Methods in net.minecraft.item with parameters of type IBlockSourceModifier and TypeMethodDescriptionstatic booleanArmorItem.dispenseArmor(IBlockSource p_226626_0_, ItemStack p_226626_1_) -
Uses of IBlockSource in net.minecraftforge.fluids
Methods in net.minecraftforge.fluids with parameters of type IBlockSourceModifier and TypeMethodDescriptionprivate ItemStackDispenseFluidContainer.dumpContainer(IBlockSource source, ItemStack stack) Drains a filled container and places the fluid in front of the Dispenser.DispenseFluidContainer.execute(IBlockSource source, ItemStack stack) private ItemStackDispenseFluidContainer.fillContainer(IBlockSource source, ItemStack stack) Picks up fluid in front of a Dispenser and fills a container with it.