package net.minecraft.network.codec; @FunctionalInterface public interface StreamEncoder { void encode(O output, T value); }