Uses of Interface
net.minecraft.core.BlockSource
Packages that use BlockSource
Package
Description
-
Uses of BlockSource in net.minecraft.core
Classes in net.minecraft.core that implement BlockSource -
Uses of BlockSource in net.minecraft.core.dispenser
Methods in net.minecraft.core.dispenser with parameters of type BlockSourceModifier and TypeMethodDescriptionDefaultDispenseItemBehavior.dispense(BlockSource p_123391_, ItemStack p_123392_)DispenseItemBehavior.dispense(BlockSource p_123403_, ItemStack p_123404_)AbstractProjectileDispenseBehavior.execute(BlockSource p_123366_, ItemStack p_123367_)BoatDispenseItemBehavior.execute(BlockSource p_123375_, ItemStack p_123376_)protected ItemStackDefaultDispenseItemBehavior.execute(BlockSource p_123385_, ItemStack p_123386_)protected ItemStackShearsDispenseItemBehavior.execute(BlockSource p_123580_, ItemStack p_123581_)protected ItemStackShulkerBoxDispenseBehavior.execute(BlockSource p_123587_, ItemStack p_123588_)protected voidDefaultDispenseItemBehavior.playAnimation(BlockSource p_123388_, Direction p_123389_)protected voidAbstractProjectileDispenseBehavior.playSound(BlockSource p_123364_)protected voidBoatDispenseItemBehavior.playSound(BlockSource p_123373_)protected voidDefaultDispenseItemBehavior.playSound(BlockSource p_123384_)protected voidOptionalDispenseItemBehavior.playSound(BlockSource p_123572_)static voidDispenseItemBehavior.setEntityPokingOutOfBlock(BlockSource p_123396_, Entity p_123397_, Direction p_123398_) -
Uses of BlockSource in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type BlockSourceModifier and TypeMethodDescriptionstatic booleanArmorItem.dispenseArmor(BlockSource p_40399_, ItemStack p_40400_) -
Uses of BlockSource in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type BlockSourceModifier and TypeMethodDescriptionstatic PositionDispenserBlock.getDispensePosition(BlockSource p_52721_) -
Uses of BlockSource in net.minecraftforge.fluids
Methods in net.minecraftforge.fluids with parameters of type BlockSourceModifier and TypeMethodDescriptionprivate ItemStackDispenseFluidContainer.dumpContainer(BlockSource source, ItemStack stack)Drains a filled container and places the fluid in front of the Dispenser.DispenseFluidContainer.execute(BlockSource source, ItemStack stack)private ItemStackDispenseFluidContainer.fillContainer(BlockSource source, ItemStack stack)Picks up fluid in front of a Dispenser and fills a container with it.