Interface SignatureUpdatable.SignatureUpdater

Enclosing interface:
SignatureUpdatable
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 SignatureUpdatable.SignatureUpdater
Mappings:
Namespace Name
official aoj$a
intermediary net/minecraft/class_7498$class_7499
named net/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(byte[] data)
     
  • Method Details

    • update

      void update(byte[] data) throws SignatureException
      Throws:
      SignatureException
      Mappings:
      Namespace Name Mixin selector
      official update Laoj$a;update([B)V
      intermediary update Lnet/minecraft/class_7498$class_7499;update([B)V
      named update Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;update([B)V