C# Class Minecraft.TAG

ファイルを表示 Open project: mblaine/Topographer Class Usage Examples

Public Properties

Property Type Description
IsNamed bool
Name TAG_String
Type TYPE

Public Methods

Method Description
Read ( Stream data ) : void
TryGetValue ( String key, TAG &value ) : bool
Write ( Stream data ) : void
this ( String key ) : TAG

Method Details

Read() public abstract method

public abstract Read ( Stream data ) : void
data Stream
return void

TryGetValue() public method

public TryGetValue ( String key, TAG &value ) : bool
key String
value TAG
return bool

Write() public abstract method

public abstract Write ( Stream data ) : void
data Stream
return void

this() public method

public this ( String key ) : TAG
key String
return TAG

Property Details

IsNamed public_oe property

public bool IsNamed
return bool

Name public_oe property

public TAG_String,Minecraft Name
return TAG_String

Type public_oe property

public TYPE Type
return TYPE