Interface PDLBlockListenerBlockEntity


public interface PDLBlockListenerBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
     
    default void
     
    default net.minecraft.world.level.block.entity.BlockEntity
     
    default net.minecraft.world.InteractionResult
    use(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
     
  • Method Details

    • self

      default net.minecraft.world.level.block.entity.BlockEntity self()
    • onRemove

      default void onRemove()
    • onPlace

      default void onPlace()
    • onNeighborChanged

      default void onNeighborChanged()
    • use

      default net.minecraft.world.InteractionResult use(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemStack, @Nullable net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)