C# 클래스 LegalityChecker.4GPokemonData

상속: PokemonData
파일 보기 프로젝트 열기: kamronbatman/Pokemon-Legality-Checker

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ShinyPID ( PokePRNG rand ) : uint

메소드 상세

Checks() 공개 메소드

public Checks ( ) : void
리턴 void

GPokemonData() 공개 메소드

public GPokemonData ( byte data ) : System
data byte
리턴 System

GetDPPokemon() 공개 정적인 메소드

public static GetDPPokemon ( byte data ) : GPokemonData
data byte
리턴 GPokemonData

IsValidAlgorithm() 공개 메소드

public IsValidAlgorithm ( string &message ) : bool
message string
리턴 bool

IsValidEggLocation() 공개 메소드

public IsValidEggLocation ( ) : bool
리턴 bool

IsValidHatchLocation() 공개 메소드

public IsValidHatchLocation ( ) : bool
리턴 bool

IsValidLocation() 공개 메소드

public IsValidLocation ( ) : bool
리턴 bool

IsValidNature() 공개 정적인 메소드

public static IsValidNature ( uint pid1seed, uint nature ) : bool
pid1seed uint
nature uint
리턴 bool

IsValidPokeball() 공개 메소드

public IsValidPokeball ( ) : bool
리턴 bool