DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
packet
/
com.peco2282.devcore.packet
/
FakeEntityBuilder
Fake
Entity
Builder
interface
FakeEntityBuilder
Members
Properties
custom
Name
Link copied to clipboard
abstract
var
customName
:
String
?
is
Custom
Name
Visible
Link copied to clipboard
abstract
var
isCustomNameVisible
:
Boolean
is
Glowing
Link copied to clipboard
abstract
var
isGlowing
:
Boolean
is
Invisible
Link copied to clipboard
abstract
var
isInvisible
:
Boolean
Functions
animate
Link copied to clipboard
abstract
fun
animate
(
animation
:
EntityAnimation
)
despawn
After
Link copied to clipboard
abstract
fun
despawnAfter
(
ticks
:
Long
)
equipment
Link copied to clipboard
abstract
fun
equipment
(
builder
:
EquipmentBuilder
.
(
)
->
Unit
)
move
Link copied to clipboard
abstract
fun
move
(
location
:
Location
,
onGround
:
Boolean
=
true
)
rotate
Link copied to clipboard
abstract
fun
rotate
(
yaw
:
Float
,
pitch
:
Float
,
headRotation
:
Float
?
=
null
)
spawn
Link copied to clipboard
abstract
fun
spawn
(
)
update
Metadata
Link copied to clipboard
abstract
fun
updateMetadata
(
)