Interface NetworkHandler
public interface NetworkHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidejectChannel(org.bukkit.entity.Player player) voidendBatch()getPipeline(UUID uuid) intvoidinjectChannel(org.bukkit.entity.Player player) booleanvoidvoidremovePipeline(UUID uuid) void
-
Method Details
-
getProtocolVersion
int getProtocolVersion() -
getPipeline
-
removePipeline
-
injectChannel
void injectChannel(org.bukkit.entity.Player player) -
ejectChannel
void ejectChannel(org.bukkit.entity.Player player) -
ping
-
startBatch
void startBatch() -
isBatching
boolean isBatching() -
endBatch
void endBatch()
-