sendFakeEntity

fun sendFakeEntity(type: EntityType, location: Location, builder: FakeEntityBuilder.() -> Unit)

Spawns a client-side fake entity visible only to this player.

Parameters

type

The entity type to spawn.

location

The initial location of the fake entity.

builder

DSL block for configuring the fake entity.