Property | Type | Description | |
---|---|---|---|
TagPath | string | ||
TagType | string | ||
Type | SpawnType | ||
X | float | ||
Y | float | ||
Z | float | ||
bbXDiff | float | ||
bbYDiff | float | ||
bbZDiff | float | ||
frozen | bool | ||
offset | int |
Method | Description | |
---|---|---|
Read ( |
Spawns must declare a function for reading their data from the map. It is expected that the given map.BR.BaseStream.Position is set already.
|
|
Write ( |
Spawns must declare a function for writing their data to the map. It is expected that this.offset has already been set.
|
public abstract Read ( |
||
map | ||
return | void |
public abstract Write ( |
||
map | ||
return | void |