public class CustomDropsEvent
extends net.minecraftforge.eventbus.api.Event
Pixelmon.EVENT_BUS
in response to a CustomDropScreenFactory
action
Created by Jay113355 on 6/16/2020.Modifier and Type | Class and Description |
---|---|
static class |
CustomDropsEvent.ClickButton |
static class |
CustomDropsEvent.ClickDrop |
static class |
CustomDropsEvent.CloseScreen |
Modifier | Constructor and Description |
---|---|
protected |
CustomDropsEvent(java.lang.String mnemonic,
net.minecraft.entity.player.ServerPlayerEntity player) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMnemonic() |
net.minecraft.entity.player.ServerPlayerEntity |
getPlayer() |