Package noppes.npcs.api
Interface IPixelmonPlayerData
-
public interface IPixelmonPlayerData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
countPCPixelmon()
IPixelmon
getPartySlot(int slot)
-
-
-
Method Detail
-
getPartySlot
IPixelmon getPartySlot(int slot)
-
countPCPixelmon
int countPCPixelmon()
-
-