Interface ClientPickBlockGatherCallback
public interface ClientPickBlockGatherCallback
This event is emitted at the beginning of the block picking process in
order to find any applicable ItemStack. The first non-empty ItemStack
will be returned, overriding vanilla behaviour.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.item.ItemStack
pick
(net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.hit.HitResult result)
-
Field Details
-
EVENT
-
-
Method Details
-
pick
net.minecraft.item.ItemStack pick(net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.hit.HitResult result)
-