Interface SequencedPacketCreator

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

@FunctionalInterface @Environment(CLIENT) public interface SequencedPacketCreator
Mappings:
Namespace Name
official ezy
intermediary net/minecraft/class_7204
named net/minecraft/client/network/SequencedPacketCreator
  • Method Details

    • predict

      Packet<ServerPlayPacketListener> predict(int sequence)
      Mappings:
      Namespace Name Mixin selector
      official predict Lezy;predict(I)Luh;
      intermediary predict Lnet/minecraft/class_7204;predict(I)Lnet/minecraft/class_2596;
      named predict Lnet/minecraft/client/network/SequencedPacketCreator;predict(I)Lnet/minecraft/network/Packet;