Package com.beansgalaxy.backpacks.events
Class PickBlockEvent
java.lang.Object
com.beansgalaxy.backpacks.events.PickBlockEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancancelPickBlock(boolean instantBuild, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.entity.player.Player player) static voidpickBackpack(int backpackSlot, net.minecraft.server.level.ServerPlayer player) static intslotMatchingItem(net.minecraft.world.item.ItemStack stack, BackpackInventory backpackInventory)
-
Constructor Details
-
PickBlockEvent
public PickBlockEvent()
-
-
Method Details
-
pickBackpack
public static void pickBackpack(int backpackSlot, net.minecraft.server.level.ServerPlayer player) -
slotMatchingItem
public static int slotMatchingItem(net.minecraft.world.item.ItemStack stack, BackpackInventory backpackInventory) -
cancelPickBlock
public static boolean cancelPickBlock(boolean instantBuild, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.entity.player.Player player)
-