C# Class LegalityChecker.PokemonData

Afficher le fichier Open project: kamronbatman/Pokemon-Legality-Checker Class Usage Examples

Méthodes publiques

Méthode Description
BasicChecks ( ) : void
Checks ( ) : void
GetEvoChildren ( ) : ushort[]
GetHPPower ( ) : int
GetHPType ( ) : int
GetPokemon ( byte data ) : PokemonData
Initialize ( ) : void
IsShiny ( ) : bool
IsValidAlgorithm ( string &message ) : bool
IsValidEffortValues ( ) : bool
IsValidFatefulEncounter ( ) : bool
IsValidGender ( ) : bool
IsValidLeaves ( ) : bool
IsValidLocation ( ) : bool
IsValidPokeBall ( ) : bool
IsValidRibbons ( ) : bool
OutputAbility ( ) : string
OutputGender ( ) : string
OutputHomeTown ( ) : string
OutputLanguage ( ) : string
PokemonData ( byte data ) : System
ToUInt16 ( int index ) : ushort
ToUInt16Array ( int index, int size ) : ushort[]
ToUInt32 ( int index ) : uint
ValidCheckSum ( ushort &realsum ) : bool

Private Methods

Méthode Description
ParseStats ( ) : byte[]
ValidateArray ( ) : void

Method Details

BasicChecks() public méthode

public BasicChecks ( ) : void
Résultat void

Checks() public méthode

public Checks ( ) : void
Résultat void

GetEvoChildren() public méthode

public GetEvoChildren ( ) : ushort[]
Résultat ushort[]

GetHPPower() public méthode

public GetHPPower ( ) : int
Résultat int

GetHPType() public méthode

public GetHPType ( ) : int
Résultat int

GetPokemon() public static méthode

public static GetPokemon ( byte data ) : PokemonData
data byte
Résultat PokemonData

Initialize() public méthode

public Initialize ( ) : void
Résultat void

IsShiny() public méthode

public IsShiny ( ) : bool
Résultat bool

IsValidAlgorithm() public méthode

public IsValidAlgorithm ( string &message ) : bool
message string
Résultat bool

IsValidEffortValues() public méthode

public IsValidEffortValues ( ) : bool
Résultat bool

IsValidFatefulEncounter() public méthode

public IsValidFatefulEncounter ( ) : bool
Résultat bool

IsValidGender() public méthode

public IsValidGender ( ) : bool
Résultat bool

IsValidLeaves() public méthode

public IsValidLeaves ( ) : bool
Résultat bool

IsValidLocation() public méthode

public IsValidLocation ( ) : bool
Résultat bool

IsValidPokeBall() public méthode

public IsValidPokeBall ( ) : bool
Résultat bool

IsValidRibbons() public méthode

public IsValidRibbons ( ) : bool
Résultat bool

OutputAbility() public méthode

public OutputAbility ( ) : string
Résultat string

OutputGender() public méthode

public OutputGender ( ) : string
Résultat string

OutputHomeTown() public méthode

public OutputHomeTown ( ) : string
Résultat string

OutputLanguage() public méthode

public OutputLanguage ( ) : string
Résultat string

PokemonData() public méthode

public PokemonData ( byte data ) : System
data byte
Résultat System

ToUInt16() public méthode

public ToUInt16 ( int index ) : ushort
index int
Résultat ushort

ToUInt16Array() public méthode

public ToUInt16Array ( int index, int size ) : ushort[]
index int
size int
Résultat ushort[]

ToUInt32() public méthode

public ToUInt32 ( int index ) : uint
index int
Résultat uint

ValidCheckSum() public méthode

public ValidCheckSum ( ushort &realsum ) : bool
realsum ushort
Résultat bool