Class ChunkRegionReadEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.ChunkRegionEvent
net.minecraft.util.profiling.jfr.event.ChunkRegionReadEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.util.profiling.jfr.event.ChunkRegionEvent
ChunkRegionEvent.Names
-
Field Summary
Fields inherited from class net.minecraft.util.profiling.jfr.event.ChunkRegionEvent
bytes, chunkPosX, chunkPosZ, compression, dimension, localChunkPosX, localChunkPosZ, regionPosX, regionPosZ, type, worldId
-
Constructor Summary
ConstructorDescriptionChunkRegionReadEvent
(StorageKey storageKey, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) -
Method Summary
-
Field Details
-
EVENT_NAME
- See Also:
-
TYPE
-
-
Constructor Details
-
ChunkRegionReadEvent
public ChunkRegionReadEvent(StorageKey storageKey, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2)
-