public static class PartySelectionFactory.SelectionData
extends java.lang.Object
Constructor and Description |
---|
SelectionData(java.util.UUID player,
java.util.function.BiConsumer<net.minecraft.entity.player.EntityPlayerMP,java.util.List<Pokemon>> consumer,
java.util.List<Pokemon> pokemon) |
Modifier and Type | Method and Description |
---|---|
java.util.function.BiConsumer<net.minecraft.entity.player.EntityPlayerMP,java.util.List<Pokemon>> |
getConsumer() |
java.util.UUID |
getPlayer() |
java.util.List<Pokemon> |
getPokemon() |