public class BatchPacketsEvent extends ServerEvent implements Cancellable
| Constructor and Description |
|---|
BatchPacketsEvent(Player[] players,
com.nukkitx.protocol.bedrock.BedrockPacket[] packets,
boolean forceSync) |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.BedrockPacket[] |
getPackets() |
Player[] |
getPlayers() |
boolean |
isForceSync() |
isCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledpublic BatchPacketsEvent(Player[] players, com.nukkitx.protocol.bedrock.BedrockPacket[] packets, boolean forceSync)
public Player[] getPlayers()
public com.nukkitx.protocol.bedrock.BedrockPacket[] getPackets()
public boolean isForceSync()
Copyright © 2020. All rights reserved.