Package net.minecraft

Interface class_9142<O,T>

All Known Subinterfaces:
class_9139<B,V>
All Known Implementing Classes:
class_9136
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 interface class_9142<O,T>
Mappings:
Namespace Name
official xq
intermediary net/minecraft/class_9142
named net/minecraft/class_9142
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encode(O o, T t)
     
  • Method Details

    • encode

      void encode(O o, T t)