Package net.minecraft

Interface class_10947<T extends PacketListener,B extends ByteBuf,C>

All Superinterfaces:
NetworkState.Builder

public interface class_10947<T extends PacketListener,B extends ByteBuf,C> extends NetworkState.Builder
Mappings:
Namespace Name
named net/minecraft/class_10947
intermediary net/minecraft/class_10947
official zv
  • Method Details

    • method_68875

      NetworkState<T> method_68875(Function<ByteBuf,B> function, C c)
      Mappings:
      Namespace Name Mixin selector
      named method_68875 Lnet/minecraft/class_10947;method_68875(Ljava/util/function/Function;Ljava/lang/Object;)Lnet/minecraft/network/NetworkState;
      intermediary method_68875 Lnet/minecraft/class_10947;method_68875(Ljava/util/function/Function;Ljava/lang/Object;)Lnet/minecraft/class_9127;
      official a Lzv;a(Ljava/util/function/Function;Ljava/lang/Object;)Lwm;