public class ItemFormChangeEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Field and Description |
|---|---|
Pokemon |
fusion |
boolean |
isFusion |
net.minecraft.item.ItemStack |
item |
net.minecraft.entity.player.ServerPlayerEntity |
player |
PixelmonEntity |
pokemon |
| Constructor and Description |
|---|
ItemFormChangeEvent(net.minecraft.entity.player.ServerPlayerEntity player,
net.minecraft.item.ItemStack item,
PixelmonEntity pokemon,
Pokemon fusion) |
public final net.minecraft.entity.player.ServerPlayerEntity player
public final net.minecraft.item.ItemStack item
public final PixelmonEntity pokemon
public final boolean isFusion
@Nullable public Pokemon fusion
public ItemFormChangeEvent(net.minecraft.entity.player.ServerPlayerEntity player,
net.minecraft.item.ItemStack item,
PixelmonEntity pokemon,
@Nullable
Pokemon fusion)