C# 클래스 ManicDigger.Network.PlayerSkinDownloader

파일 보기 프로젝트 열기: GlennMR/800Craft-Client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
skinserver string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StripColors ( string input ) : string

Strips all ampersand color codes, and unescapes doubled-up ampersands.

Update ( string players, int>.Dictionary playertextures, int playertexturedefault ) : void
skindownloadthread ( ) : void

메소드 상세

StripColors() 공개 정적인 메소드

Strips all ampersand color codes, and unescapes doubled-up ampersands.
public static StripColors ( string input ) : string
input string
리턴 string

Update() 공개 메소드

public Update ( string players, int>.Dictionary playertextures, int playertexturedefault ) : void
players string
playertextures int>.Dictionary
playertexturedefault int
리턴 void

skindownloadthread() 공개 메소드

public skindownloadthread ( ) : void
리턴 void

프로퍼티 상세

skinserver 공개적으로 프로퍼티

public string skinserver
리턴 string