SiliconGhetto Engine API
Homepage
GitHub
Preparing search index...
types
MobInfo
Interface MobInfo
Information about a living mob, returned by
mobs.list()
.
interface
MobInfo
{
id
:
number
;
defIndex
:
number
;
x
:
number
;
y
:
number
;
z
:
number
;
health
:
number
;
}
Index
Properties
id
def
Index
x
y
z
health
Properties
id
id
:
number
def
Index
defIndex
:
number
x
x
:
number
y
y
:
number
z
z
:
number
health
health
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
def
Index
x
y
z
health
Homepage
GitHub
SiliconGhetto Engine API
Loading...
Information about a living mob, returned by
mobs.list().