C# 클래스 OpenMinecraft.Entities.Entity

파일 보기 프로젝트 열기: N3X15/MineEdit

공개 프로퍼티들

프로퍼티 타입 설명
EntityTypes Type>.Dictionary
KnownEntityVars List
Motion Vector3d
OnGround byte
OrigPos Vector3d
Pos Vector3d
UUID System.Guid
mRotation Rotation

Private Properties

프로퍼티 타입 설명
Base2NBT void
GenTemplate void
GetNativeType string
GetRandomMonsterID string
SetBaseStuff void

공개 메소드들

메소드 설명
Cleanup ( ) : void
Entity ( ) : System
Entity ( NbtCompound c ) : System
Get ( string entID ) : Entity
GetEntity ( NbtCompound c ) : Entity
GetID ( ) : string
InitHandlerFor ( string entID, NbtCompound c ) : Entity
LoadEntityTypes ( ) : void
ToNBT ( ) : NbtCompound
ToString ( ) : string

비공개 메소드들

메소드 설명
Base2NBT ( NbtCompound &c, string _id ) : void
GenTemplate ( NbtCompound c, string tpl ) : void
GetNativeType ( NbtTag t ) : string
GetRandomMonsterID ( Random r ) : string
SetBaseStuff ( NbtCompound c ) : void

메소드 상세

Cleanup() 공개 정적인 메소드

public static Cleanup ( ) : void
리턴 void

Entity() 공개 메소드

public Entity ( ) : System
리턴 System

Entity() 공개 메소드

public Entity ( NbtCompound c ) : System
c NbtCompound
리턴 System

Get() 공개 정적인 메소드

public static Get ( string entID ) : Entity
entID string
리턴 Entity

GetEntity() 공개 정적인 메소드

public static GetEntity ( NbtCompound c ) : Entity
c NbtCompound
리턴 Entity

GetID() 공개 메소드

public GetID ( ) : string
리턴 string

InitHandlerFor() 공개 정적인 메소드

public static InitHandlerFor ( string entID, NbtCompound c ) : Entity
entID string
c NbtCompound
리턴 Entity

LoadEntityTypes() 공개 정적인 메소드

public static LoadEntityTypes ( ) : void
리턴 void

ToNBT() 공개 메소드

public ToNBT ( ) : NbtCompound
리턴 NbtCompound

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

EntityTypes 공개적으로 정적으로 프로퍼티

public static Dictionary EntityTypes
리턴 Type>.Dictionary

KnownEntityVars 공개적으로 정적으로 프로퍼티

public static List KnownEntityVars
리턴 List

Motion 공개적으로 프로퍼티

public Vector3d Motion
리턴 Vector3d

OnGround 공개적으로 프로퍼티

public byte OnGround
리턴 byte

OrigPos 공개적으로 프로퍼티

public Vector3d OrigPos
리턴 Vector3d

Pos 공개적으로 프로퍼티

public Vector3d Pos
리턴 Vector3d

UUID 공개적으로 프로퍼티

public Guid,System UUID
리턴 System.Guid

mRotation 공개적으로 프로퍼티

public Rotation mRotation
리턴 Rotation