mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 01:17:47 +01:00
commit
8f850b8cdb
@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
* <p>
|
* <p>
|
||||||
* Could be used to unload the chunk internally in order to save memory.
|
* Could be used to unload the chunk internally in order to save memory.
|
||||||
*/
|
*/
|
||||||
public class PlayerChunkUnloadEvent implements PlayerEvent {
|
public class PlayerChunkUnloadEvent implements PlayerEvent {
|
||||||
|
|
||||||
private final Player player;
|
private final Player player;
|
||||||
private final int chunkX, chunkZ;
|
private final int chunkX, chunkZ;
|
||||||
|
Loading…
Reference in New Issue
Block a user