Class MoreStreamCodecs
java.lang.Object
org.moddingx.libx.codec.MoreStreamCodecs
Provides additional
stream codecs.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistOf(net.minecraft.network.codec.StreamCodec<? super B, T> elementCodec) mapOf(net.minecraft.network.codec.StreamCodec<? super B, K> keyCodec, net.minecraft.network.codec.StreamCodec<? super B, V> valueCodec) maybe(net.minecraft.network.codec.StreamCodec<? super B, T> elementCodec) static <B extends ByteBuf, T>
net.minecraft.network.codec.StreamCodec<B, T> Creates a unitStreamCodec.
-
Field Details
-
TAG
AstreamCodecfor NBT tags. -
COMPOUND_TAG
public static final net.minecraft.network.codec.StreamCodec<ByteBuf, net.minecraft.nbt.CompoundTag> COMPOUND_TAGAstreamCodecfor NBT compound tags.
-
-
Constructor Details
-
MoreStreamCodecs
public MoreStreamCodecs()
-
-
Method Details
-
unit
-
maybe
-
listOf
-
mapOf
-