Class NeoForgeStreamCodecs.LazyStreamCodec<B,V>
java.lang.Object
net.neoforged.neoforge.network.codec.NeoForgeStreamCodecs.LazyStreamCodec<B,V>
- All Implemented Interfaces:
StreamCodec<B,,V> StreamDecoder<B,,V> StreamEncoder<B,V>
- Enclosing class:
NeoForgeStreamCodecs
private static class NeoForgeStreamCodecs.LazyStreamCodec<B,V>
extends Object
implements StreamCodec<B,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.codec.StreamCodec
StreamCodec.CodecOperation<B,S, T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
-
Constructor Details
-
LazyStreamCodec
-
-
Method Details
-
encode
- Specified by:
encodein interfaceStreamEncoder<B,V>
-
decode
- Specified by:
decodein interfaceStreamDecoder<B,V>
-