Package net.fabricmc.fabric.api.entity
Interface EntityPickInteractionAware
public interface EntityPickInteractionAware
-
Method Summary
Modifier and TypeMethodDescriptionnet.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)
-