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