Interface EntityPickInteractionAware


public interface EntityPickInteractionAware
  • Method Summary

    Modifier and Type Method Description
    net.minecraft.item.ItemStack getPickedStack​(@Nullable net.minecraft.entity.player.PlayerEntity player, @Nullable net.minecraft.util.hit.HitResult result)  
  • Method Details

    • getPickedStack

      net.minecraft.item.ItemStack getPickedStack​(@Nullable @Nullable net.minecraft.entity.player.PlayerEntity player, @Nullable @Nullable net.minecraft.util.hit.HitResult result)