Package net.minestom.server.snapshot
Interface ServerSnapshot
- All Superinterfaces:
Snapshot
- All Known Implementing Classes:
SnapshotImpl.Server
Represents the complete state of the server at a given moment.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection
<EntitySnapshot> entities()
@UnknownNullability EntitySnapshot
entity
(int id) @NotNull Collection
<@NotNull InstanceSnapshot> static ServerSnapshot
update()
-
Method Details
-
instances
-
entities
-
entity
-
update
-