C# 클래스 NNbt.TagIntArray

An NBT node representing an int array tag type.
상속: Tag
파일 보기 프로젝트 열기: jaquadro/NNBT 1 사용 예제들

공개 메소드들

메소드 설명
DataEqual ( Tag tag ) : bool
DeepCopy ( ) : TagIntArray
TagIntArray ( ) : System
TagIntArray ( Stream stream ) : System
TagIntArray ( int d ) : System
ToString ( ) : string
Write ( Stream stream ) : void
this ( int index ) : int

보호된 메소드들

메소드 설명
DeepCopyCore ( ) : Tag

메소드 상세

DataEqual() 공개 메소드

public DataEqual ( Tag tag ) : bool
tag Tag
리턴 bool

DeepCopy() 공개 메소드

public DeepCopy ( ) : TagIntArray
리턴 TagIntArray

DeepCopyCore() 보호된 메소드

protected DeepCopyCore ( ) : Tag
리턴 Tag

TagIntArray() 공개 메소드

public TagIntArray ( ) : System
리턴 System

TagIntArray() 공개 메소드

public TagIntArray ( Stream stream ) : System
stream Stream
리턴 System

TagIntArray() 공개 메소드

public TagIntArray ( int d ) : System
d int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

this() 공개 메소드

public this ( int index ) : int
index int
리턴 int