Package org.geysermc.floodgate.core.api
Class UnsafeFloodgateApi
java.lang.Object
org.geysermc.floodgate.core.api.UnsafeFloodgateApi
- All Implemented Interfaces:
org.geysermc.floodgate.api.unsafe.Unsafe
public final class UnsafeFloodgateApi
extends Object
implements org.geysermc.floodgate.api.unsafe.Unsafe
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendPacket(UUID bedrockPlayer, int packetId, byte[] packetData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.floodgate.api.unsafe.Unsafe
sendPacket
-
Method Details
-
sendPacket
- Specified by:
sendPacketin interfaceorg.geysermc.floodgate.api.unsafe.Unsafe
-