Class EventsJFR
java.lang.Object
net.minestom.server.monitoring.EventsJFR
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventsJFR.EventMarkernewChunkGeneration(UUID instance, int chunkX, int chunkZ) static EventsJFR.EventMarkernewChunkLoading(UUID instance, Class loader, int chunkX, int chunkZ) static EventsJFR.EventMarkernewInstanceJoin(UUID entity, UUID instance) static EventsJFR.EventMarkernewInstanceLeave(UUID entity, UUID instance) static EventsJFR.EventMarkernewPlayerChat(UUID player, String message) static EventsJFR.EventMarkernewPlayerCommand(UUID player, String command) static EventsJFR.EventMarkernewPlayerJoin(UUID player) static EventsJFR.EventMarkernewPlayerLeave(UUID player) static EventsJFR.EventMarkernewServerPing(String remoteAddress) static EventsJFR.EventMarker
-
Field Details
-
JFR_AVAILABLE
public static final boolean JFR_AVAILABLE -
SERVER_PING
- See Also:
-
SERVER_TICK
- See Also:
-
CHUNK_GENERATION
- See Also:
-
CHUNK_LOADING
- See Also:
-
INSTANCE_JOIN
- See Also:
-
INSTANCE_LEAVE
- See Also:
-
PLAYER_JOIN
- See Also:
-
PLAYER_LEAVE
- See Also:
-
PLAYER_COMMAND
- See Also:
-
PLAYER_CHAT
- See Also:
-
-
Constructor Details
-
EventsJFR
public EventsJFR()
-
-
Method Details
-
newServerPing
-
newServerTick
-
newChunkGeneration
-
newChunkLoading
public static EventsJFR.EventMarker newChunkLoading(UUID instance, Class loader, int chunkX, int chunkZ) -
newInstanceJoin
-
newInstanceLeave
-
newPlayerJoin
-
newPlayerLeave
-
newPlayerCommand
-
newPlayerChat
-