package net.minecraft.network.codec; @FunctionalInterface public interface StreamDecoder { T decode(I object); }