Package me.mrnavastar.biscuit.mixin
Class ClientConnectionMixin
java.lang.Object
me.mrnavastar.biscuit.mixin.ClientConnectionMixin
- All Implemented Interfaces:
InternalStuff
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<net.minecraft.util.Identifier, CompletableFuture<byte[]>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<byte[]> biscuit$getRawCookie(net.minecraft.util.Identifier cookieId) booleanbiscuit$onCookie(net.minecraft.util.Identifier cookieId, byte[] cookie) voidbiscuit$send(net.minecraft.network.packet.Packet<?> packet) abstract voidsend(net.minecraft.network.packet.Packet<?> packet) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.mrnavastar.biscuit.InternalStuff
biscuit$getUser
-
Field Details
-
pendingCookieRequests
-
-
Constructor Details
-
ClientConnectionMixin
public ClientConnectionMixin()
-
-
Method Details
-
send
public abstract void send(net.minecraft.network.packet.Packet<?> packet) -
biscuit$send
public void biscuit$send(net.minecraft.network.packet.Packet<?> packet) - Specified by:
biscuit$sendin interfaceInternalStuff
-
biscuit$onCookie
public boolean biscuit$onCookie(net.minecraft.util.Identifier cookieId, byte[] cookie) - Specified by:
biscuit$onCookiein interfaceInternalStuff
-
biscuit$getRawCookie
- Specified by:
biscuit$getRawCookiein interfaceInternalStuff
-