Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Sharpcraft
Library
Minecraft
Entities
Entity
C# Class Sharpcraft.Library.Minecraft.Entities.Entity
A Minecraft entity.
Datei anzeigen
Open project: SijmenSchoon/Sharpcraft
Public Properties
Property
Type
Description
EntityID
int
Public Methods
Method
Description
Entity
(
int
entityId
)
Initialize a new
Entity
.
Method Details
Entity()
public
method
Initialize a new
Entity
.
public
Entity
(
int
entityId
)
entityId
int
ID of this entity.
Property Details
EntityID
public_oe property
ID of this entity.
public
int
EntityID
return
int