Class PlaceBackpackEvent

java.lang.Object
com.beansgalaxy.backpacks.events.PlaceBackpackEvent

public class PlaceBackpackEvent extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cancelCoyoteClick(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionResult actionResult, boolean useItem)
     
    static net.minecraft.world.InteractionResult
    interact(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos clickedPos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlaceBackpackEvent

      public PlaceBackpackEvent()
  • Method Details

    • interact

      public static net.minecraft.world.InteractionResult interact(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos clickedPos)
    • cancelCoyoteClick

      public static void cancelCoyoteClick(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionResult actionResult, boolean useItem)