public interface DropItemCallback
| Modifier and Type | Field and Description |
|---|---|
static net.fabricmc.fabric.api.event.Event<DropItemCallback> |
EVENT |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ActionResult |
onDropItem(net.minecraft.entity.player.PlayerEntity player) |
static final net.fabricmc.fabric.api.event.Event<DropItemCallback> EVENT