Interface InternalStuff

All Known Implementing Classes:
ClientConnectionMixin, ServerCommonNetworkHandlerMixin, ServerLoginNetworkHandlerMixin, ServerPlayerEntityMixin

public interface InternalStuff
  • Method Summary

    Modifier and Type
    Method
    Description
    biscuit$getRawCookie(net.minecraft.util.Identifier cookieId)
     
    default com.mojang.authlib.GameProfile
     
    default boolean
    biscuit$onCookie(net.minecraft.util.Identifier cookieId, byte[] cookie)
     
    void
    biscuit$send(net.minecraft.network.packet.Packet<?> packet)
     
  • Method Details

    • biscuit$send

      void biscuit$send(net.minecraft.network.packet.Packet<?> packet)
    • biscuit$onCookie

      default boolean biscuit$onCookie(net.minecraft.util.Identifier cookieId, byte[] cookie)
    • biscuit$getRawCookie

      CompletableFuture<byte[]> biscuit$getRawCookie(net.minecraft.util.Identifier cookieId)
    • biscuit$getUser

      default com.mojang.authlib.GameProfile biscuit$getUser()