- All Superinterfaces:
Snapshot
,TagReadable
- All Known Subinterfaces:
PlayerSnapshot
- All Known Implementing Classes:
SnapshotImpl.Entity
,SnapshotImpl.Player
public sealed interface EntitySnapshot
extends Snapshot, TagReadable
permits PlayerSnapshot, SnapshotImpl.Entity
-
Method Details
-
type
EntityType type() -
uuid
UUID uuid() -
id
int id() -
position
Pos position() -
velocity
Vec velocity() -
instance
InstanceSnapshot instance() -
chunk
ChunkSnapshot chunk() -
viewers
Collection<PlayerSnapshot> viewers() -
passengers
Collection<EntitySnapshot> passengers() -
vehicle
-