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 EntitySnapshotentity(int id) @NotNull Collection<@NotNull InstanceSnapshot> static ServerSnapshotupdate()
-
Method Details
-
instances
-
entities
-
entity
-
update
-