Interface BiscuitEvents.ValidationFail

Enclosing class:
BiscuitEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BiscuitEvents.ValidationFail
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMissing(Biscuit.RegisteredCookie registeredCookie, net.minecraft.server.network.ServerLoginNetworkHandler handler, net.minecraft.server.MinecraftServer server, BiscuitEvents.CI ci)
     
  • Method Details

    • onMissing

      void onMissing(Biscuit.RegisteredCookie registeredCookie, net.minecraft.server.network.ServerLoginNetworkHandler handler, net.minecraft.server.MinecraftServer server, BiscuitEvents.CI ci)