Interface ClientPickBlockCallback


@Deprecated
public interface ClientPickBlockCallback
Deprecated.
0.3.0
This event handler has been deprecated due to not hooking nicely into the game. Please use the alternatives.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  ClientPickBlockCallback.Container
    Deprecated.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Event<ClientPickBlockCallback> EVENT
    Deprecated.
  • Method Summary

    Modifier and Type Method Description
    boolean pick​(net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.hit.HitResult result, ClientPickBlockCallback.Container container)
    Deprecated.