public interface ClientPickBlockApplyCallback
Modifier and Type | Field and Description |
---|---|
static Event<ClientPickBlockApplyCallback> |
EVENT |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
pick(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.hit.HitResult result,
net.minecraft.item.ItemStack stack) |
static final Event<ClientPickBlockApplyCallback> EVENT