C# Class LegalityChecker.4GPokemonData

Inheritance: PokemonData
Afficher le fichier Open project: kamronbatman/Pokemon-Legality-Checker

Méthodes publiques

Méthode Description
Checks ( ) : void
GPokemonData ( byte data ) : System
GetDPPokemon ( byte data ) : GPokemonData
IsValidAlgorithm ( string &message ) : bool
IsValidEggLocation ( ) : bool
IsValidHatchLocation ( ) : bool
IsValidLocation ( ) : bool
IsValidNature ( uint pid1seed, uint nature ) : bool
IsValidPokeball ( ) : bool

Private Methods

Méthode Description
ShinyPID ( PokePRNG rand ) : uint

Method Details

Checks() public méthode

public Checks ( ) : void
Résultat void

GPokemonData() public méthode

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

GetDPPokemon() public static méthode

public static GetDPPokemon ( byte data ) : GPokemonData
data byte
Résultat GPokemonData

IsValidAlgorithm() public méthode

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

IsValidEggLocation() public méthode

public IsValidEggLocation ( ) : bool
Résultat bool

IsValidHatchLocation() public méthode

public IsValidHatchLocation ( ) : bool
Résultat bool

IsValidLocation() public méthode

public IsValidLocation ( ) : bool
Résultat bool

IsValidNature() public static méthode

public static IsValidNature ( uint pid1seed, uint nature ) : bool
pid1seed uint
nature uint
Résultat bool

IsValidPokeball() public méthode

public IsValidPokeball ( ) : bool
Résultat bool