C# Class OpenMinecraft.TileEntities.MobSpawner

Inheritance: TileEntity
Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Свойство Type Description
Delay short
EntityId string

Méthodes publiques

Méthode Description
GetID ( ) : string
MobSpawner ( ) : System
MobSpawner ( LibNbt c ) : System
MobSpawner ( int CX, int CY, int CS, LibNbt c ) : System
MobSpawner ( int X, int Y, int Z, string EntID, int delay ) : System
ToNBT ( ) : NbtCompound
ToString ( ) : string

Method Details

GetID() public méthode

public GetID ( ) : string
Résultat string

MobSpawner() public méthode

public MobSpawner ( ) : System
Résultat System

MobSpawner() public méthode

public MobSpawner ( LibNbt c ) : System
c LibNbt
Résultat System

MobSpawner() public méthode

public MobSpawner ( int CX, int CY, int CS, LibNbt c ) : System
CX int
CY int
CS int
c LibNbt
Résultat System

MobSpawner() public méthode

public MobSpawner ( int X, int Y, int Z, string EntID, int delay ) : System
X int
Y int
Z int
EntID string
delay int
Résultat System

ToNBT() public méthode

public ToNBT ( ) : NbtCompound
Résultat NbtCompound

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Delay public_oe property

public short Delay
Résultat short

EntityId public_oe property

public string EntityId
Résultat string