Uses of Interface
net.minecraft.network.codec.StreamCodec
Packages that use StreamCodec
Package
Description
-
Uses of StreamCodec in net.minecraft.advancements
Fields in net.minecraft.advancements declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, List<AdvancementHolder>> AdvancementHolder.LIST_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Advancement> Advancement.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AdvancementHolder> AdvancementHolder.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DisplayInfo> DisplayInfo.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, BlockPredicate> BlockPredicate.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, NbtPredicate> NbtPredicate.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate.ExactMatcher> StatePropertiesPredicate.ExactMatcher.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate.PropertyMatcher> StatePropertiesPredicate.PropertyMatcher.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate.RangedMatcher> StatePropertiesPredicate.RangedMatcher.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate> StatePropertiesPredicate.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate.ValueMatcher> StatePropertiesPredicate.ValueMatcher.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.core
Fields in net.minecraft.core declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockBox> BlockBox.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockPos> BlockPos.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Direction> Direction.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, GlobalPos> GlobalPos.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, RegistrySynchronization.PackedRegistryEntry> RegistrySynchronization.PackedRegistryEntry.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Rotations> Rotations.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, UUID> UUIDUtil.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.core.component
Fields in net.minecraft.core.component declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> DataComponentPatch.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPredicate> DataComponentPredicate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentType<?>> DataComponentType.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TypedDataComponent<?>> TypedDataComponent.STREAM_CODECprivate final StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.Builder.SimpleType.streamCodecprivate StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.Builder.streamCodecMethods in net.minecraft.core.component that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.Builder.SimpleType.streamCodec()StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.streamCodec()Methods in net.minecraft.core.component with parameters of type StreamCodecModifier and TypeMethodDescriptionDataComponentType.Builder.networkSynchronized(StreamCodec<? super RegistryFriendlyByteBuf, T> p_331364_) Constructors in net.minecraft.core.component with parameters of type StreamCodecModifierConstructorDescription(package private)SimpleType(com.mojang.serialization.Codec<T> p_331492_, StreamCodec<? super RegistryFriendlyByteBuf, T> p_330863_) -
Uses of StreamCodec in net.minecraft.core.particles
Fields in net.minecraft.core.particles declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DustColorTransitionOptions> DustColorTransitionOptions.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DustParticleOptions> DustParticleOptions.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ParticleOptions> ParticleTypes.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SculkChargeParticleOptions> SculkChargeParticleOptions.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShriekParticleOption> ShriekParticleOption.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, VibrationParticleOption> VibrationParticleOption.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, SimpleParticleType> SimpleParticleType.streamCodecMethods in net.minecraft.core.particles that return StreamCodecModifier and TypeMethodDescriptionstatic StreamCodec<? super RegistryFriendlyByteBuf, BlockParticleOption> BlockParticleOption.streamCodec(ParticleType<BlockParticleOption> p_320740_) static StreamCodec<? super io.netty.buffer.ByteBuf, ColorParticleOption> ColorParticleOption.streamCodec(ParticleType<ColorParticleOption> p_333948_) static StreamCodec<? super RegistryFriendlyByteBuf, ItemParticleOption> ItemParticleOption.streamCodec(ParticleType<ItemParticleOption> p_320881_) abstract StreamCodec<? super RegistryFriendlyByteBuf, T> ParticleType.streamCodec()SimpleParticleType.streamCodec() -
Uses of StreamCodec in net.minecraft.network
Methods in net.minecraft.network that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<io.netty.buffer.ByteBuf, Packet<? super T>> ProtocolInfo.codec() -
Uses of StreamCodec in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<Component>> ComponentSerialization.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChatType.Bound> ChatType.Bound.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Component> ComponentSerialization.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Component> ComponentSerialization.TRUSTED_CONTEXT_FREE_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<Component>> ComponentSerialization.TRUSTED_OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Component> ComponentSerialization.TRUSTED_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Style> Style.Serializer.TRUSTED_STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.chat.numbers
Fields in net.minecraft.network.chat.numbers declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<NumberFormat>> NumberFormatTypes.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, NumberFormat> NumberFormatTypes.STREAM_CODECMethods in net.minecraft.network.chat.numbers that return StreamCodec -
Uses of StreamCodec in net.minecraft.network.codec
Classes in net.minecraft.network.codec that implement StreamCodecFields in net.minecraft.network.codec declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, Boolean> ByteBufCodecs.BOOLstatic final StreamCodec<io.netty.buffer.ByteBuf, Byte> ByteBufCodecs.BYTEstatic final StreamCodec<io.netty.buffer.ByteBuf, byte[]> ByteBufCodecs.BYTE_ARRAYstatic final StreamCodec<io.netty.buffer.ByteBuf, CompoundTag> ByteBufCodecs.COMPOUND_TAGstatic final StreamCodec<io.netty.buffer.ByteBuf, Double> ByteBufCodecs.DOUBLEstatic final StreamCodec<io.netty.buffer.ByteBuf, Float> ByteBufCodecs.FLOATstatic final StreamCodec<io.netty.buffer.ByteBuf, com.mojang.authlib.GameProfile> ByteBufCodecs.GAME_PROFILEstatic final StreamCodec<io.netty.buffer.ByteBuf, com.mojang.authlib.properties.PropertyMap> ByteBufCodecs.GAME_PROFILE_PROPERTIESstatic final StreamCodec<io.netty.buffer.ByteBuf, Integer> ByteBufCodecs.INTstatic final StreamCodec<io.netty.buffer.ByteBuf, Optional<CompoundTag>> ByteBufCodecs.OPTIONAL_COMPOUND_TAGstatic final StreamCodec<io.netty.buffer.ByteBuf, org.joml.Quaternionf> ByteBufCodecs.QUATERNIONFprivate final StreamCodec<? super B, ? extends V> IdDispatchCodec.Entry.serializerThe field for theserializerrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, Short> ByteBufCodecs.SHORTstatic final StreamCodec<io.netty.buffer.ByteBuf, String> ByteBufCodecs.STRING_UTF8static final StreamCodec<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.TAGstatic final StreamCodec<io.netty.buffer.ByteBuf, CompoundTag> ByteBufCodecs.TRUSTED_COMPOUND_TAGstatic final StreamCodec<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.TRUSTED_TAGstatic final StreamCodec<io.netty.buffer.ByteBuf, Integer> ByteBufCodecs.UNSIGNED_SHORTstatic final StreamCodec<io.netty.buffer.ByteBuf, Integer> ByteBufCodecs.VAR_INTstatic final StreamCodec<io.netty.buffer.ByteBuf, Long> ByteBufCodecs.VAR_LONGstatic final StreamCodec<io.netty.buffer.ByteBuf, org.joml.Vector3f> ByteBufCodecs.VECTOR3FMethods in net.minecraft.network.codec that return StreamCodecModifier and TypeMethodDescriptiondefault <O> StreamCodec<B, O> StreamCodec.apply(StreamCodec.CodecOperation<B, V, O> p_320531_) StreamCodec.CodecOperation.apply(StreamCodec<B, S> p_320347_) static StreamCodec<io.netty.buffer.ByteBuf, byte[]> ByteBufCodecs.byteArray(int p_324182_) default <S extends B>
StreamCodec<S, V> StreamCodec.cast()static <B extends io.netty.buffer.ByteBuf,V, C extends Collection<V>>
StreamCodec<B, C> ByteBufCodecs.collection(IntFunction<C> p_320579_, StreamCodec<? super B, V> p_319970_) static <B extends io.netty.buffer.ByteBuf,V, C extends Collection<V>>
StreamCodec<B, C> ByteBufCodecs.collection(IntFunction<C> p_332198_, StreamCodec<? super B, V> p_332183_, int p_332173_) static <B,C, T1> StreamCodec <B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320179_, Function<C, T1> p_320085_, Function<T1, C> p_320672_) static <B,C, T1, T2>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320642_, Function<C, T1> p_320284_, StreamCodec<? super B, T2> p_320068_, Function<C, T2> p_319959_, BiFunction<T1, T2, C> p_320761_) static <B,C, T1, T2, T3>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320928_, Function<C, T1> p_320123_, StreamCodec<? super B, T2> p_319815_, Function<C, T2> p_319965_, StreamCodec<? super B, T3> p_319834_, Function<C, T3> p_320645_, com.mojang.datafixers.util.Function3<T1, T2, T3, C> p_320386_) static <B,C, T1, T2, T3, T4>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_323726_, Function<C, T1> p_324414_, StreamCodec<? super B, T2> p_323659_, Function<C, T2> p_323932_, StreamCodec<? super B, T3> p_323964_, Function<C, T3> p_324282_, StreamCodec<? super B, T4> p_323671_, Function<C, T4> p_324254_, com.mojang.datafixers.util.Function4<T1, T2, T3, T4, C> p_324090_) static <B,C, T1, T2, T3, T4, T5>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_324413_, Function<C, T1> p_323568_, StreamCodec<? super B, T2> p_323835_, Function<C, T2> p_323513_, StreamCodec<? super B, T3> p_324112_, Function<C, T3> p_323815_, StreamCodec<? super B, T4> p_323483_, Function<C, T4> p_323725_, StreamCodec<? super B, T5> p_324486_, Function<C, T5> p_323518_, com.mojang.datafixers.util.Function5<T1, T2, T3, T4, T5, C> p_324480_) static <B,C, T1, T2, T3, T4, T5, T6>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_331822_, Function<C, T1> p_330864_, StreamCodec<? super B, T2> p_331390_, Function<C, T2> p_331203_, StreamCodec<? super B, T3> p_331499_, Function<C, T3> p_330294_, StreamCodec<? super B, T4> p_331169_, Function<C, T4> p_331830_, StreamCodec<? super B, T5> p_331057_, Function<C, T5> p_331593_, StreamCodec<? super B, T6> p_331117_, Function<C, T6> p_331904_, com.mojang.datafixers.util.Function6<T1, T2, T3, T4, T5, T6, C> p_331335_) static StreamCodec<io.netty.buffer.ByteBuf, CompoundTag> ByteBufCodecs.compoundTagCodec(Supplier<NbtAccounter> p_331128_) default <U> StreamCodec<B, U> StreamCodec.dispatch(Function<? super U, ? extends V> p_320474_, Function<? super V, ? extends StreamCodec<? super B, ? extends U>> p_320190_) static <B extends io.netty.buffer.ByteBuf,L, R>
StreamCodec<B, com.mojang.datafixers.util.Either<L, R>> ByteBufCodecs.either(StreamCodec<? super B, L> p_331983_, StreamCodec<? super B, R> p_332156_) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodec(com.mojang.serialization.Codec<T> p_320615_) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodec(com.mojang.serialization.Codec<T> p_330943_, Supplier<NbtAccounter> p_330382_) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodecTrusted(com.mojang.serialization.Codec<T> p_331105_) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> p_323797_) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> p_331571_, Supplier<NbtAccounter> p_331922_) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistriesTrusted(com.mojang.serialization.Codec<T> p_331713_) static <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holder(ResourceKey<? extends Registry<T>> p_320391_, StreamCodec<? super RegistryFriendlyByteBuf, T> p_320595_) static <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holderRegistry(ResourceKey<? extends Registry<T>> p_320387_) static <T> StreamCodec<RegistryFriendlyByteBuf, HolderSet<T>> ByteBufCodecs.holderSet(ResourceKey<? extends Registry<T>> p_332137_) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.idMapper(IntFunction<T> p_320877_, ToIntFunction<T> p_319985_) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> static <B extends io.netty.buffer.ByteBuf,K, V, M extends Map<K, V>>
StreamCodec<B, M> ByteBufCodecs.map(IntFunction<? extends M> p_320265_, StreamCodec<? super B, K> p_320113_, StreamCodec<? super B, V> p_320275_) static <B extends io.netty.buffer.ByteBuf,K, V, M extends Map<K, V>>
StreamCodec<B, M> ByteBufCodecs.map(IntFunction<? extends M> p_331325_, StreamCodec<? super B, K> p_331975_, StreamCodec<? super B, V> p_331254_, int p_330938_) default <O> StreamCodec<B, O> StreamCodec.map(Function<? super V, ? extends O> p_320812_, Function<? super O, ? extends V> p_320191_) default <O extends io.netty.buffer.ByteBuf>
StreamCodec<O, V> static <B,V> StreamCodec <B, V> StreamCodec.of(StreamEncoder<B, V> p_320243_, StreamDecoder<B, V> p_320197_) static <B,V> StreamCodec <B, V> StreamCodec.ofMember(StreamMemberEncoder<B, V> p_320316_, StreamDecoder<B, V> p_319991_) static <B extends io.netty.buffer.ByteBuf,V>
StreamCodec<B, Optional<V>> ByteBufCodecs.optional(StreamCodec<B, V> p_320522_) static <B,T> StreamCodec <B, T> StreamCodec.recursive(UnaryOperator<StreamCodec<B, T>> p_330470_) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.registry(ResourceKey<? extends Registry<T>> p_320404_) private static <T,R> StreamCodec <RegistryFriendlyByteBuf, R> ByteBufCodecs.registry(ResourceKey<? extends Registry<T>> p_319942_, Function<Registry<T>, IdMap<R>> p_320353_) StreamCodec<? super B, ? extends V> IdDispatchCodec.Entry.serializer()Returns the value of theserializerrecord component.static StreamCodec<io.netty.buffer.ByteBuf, String> ByteBufCodecs.stringUtf8(int p_320693_) static StreamCodec<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.tagCodec(Supplier<NbtAccounter> p_320506_) static <B,V> StreamCodec <B, V> StreamCodec.unit(V p_320438_) Methods in net.minecraft.network.codec with parameters of type StreamCodecModifier and TypeMethodDescriptionIdDispatchCodec.Builder.add(T p_320423_, StreamCodec<? super B, ? extends V> p_320781_) StreamCodec.CodecOperation.apply(StreamCodec<B, S> p_320347_) static <B extends io.netty.buffer.ByteBuf,V, C extends Collection<V>>
StreamCodec<B, C> ByteBufCodecs.collection(IntFunction<C> p_320579_, StreamCodec<? super B, V> p_319970_) static <B extends io.netty.buffer.ByteBuf,V, C extends Collection<V>>
StreamCodec<B, C> ByteBufCodecs.collection(IntFunction<C> p_332198_, StreamCodec<? super B, V> p_332183_, int p_332173_) static <B,C, T1> StreamCodec <B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320179_, Function<C, T1> p_320085_, Function<T1, C> p_320672_) static <B,C, T1, T2>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320642_, Function<C, T1> p_320284_, StreamCodec<? super B, T2> p_320068_, Function<C, T2> p_319959_, BiFunction<T1, T2, C> p_320761_) static <B,C, T1, T2, T3>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_320928_, Function<C, T1> p_320123_, StreamCodec<? super B, T2> p_319815_, Function<C, T2> p_319965_, StreamCodec<? super B, T3> p_319834_, Function<C, T3> p_320645_, com.mojang.datafixers.util.Function3<T1, T2, T3, C> p_320386_) static <B,C, T1, T2, T3, T4>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_323726_, Function<C, T1> p_324414_, StreamCodec<? super B, T2> p_323659_, Function<C, T2> p_323932_, StreamCodec<? super B, T3> p_323964_, Function<C, T3> p_324282_, StreamCodec<? super B, T4> p_323671_, Function<C, T4> p_324254_, com.mojang.datafixers.util.Function4<T1, T2, T3, T4, C> p_324090_) static <B,C, T1, T2, T3, T4, T5>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_324413_, Function<C, T1> p_323568_, StreamCodec<? super B, T2> p_323835_, Function<C, T2> p_323513_, StreamCodec<? super B, T3> p_324112_, Function<C, T3> p_323815_, StreamCodec<? super B, T4> p_323483_, Function<C, T4> p_323725_, StreamCodec<? super B, T5> p_324486_, Function<C, T5> p_323518_, com.mojang.datafixers.util.Function5<T1, T2, T3, T4, T5, C> p_324480_) static <B,C, T1, T2, T3, T4, T5, T6>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> p_331822_, Function<C, T1> p_330864_, StreamCodec<? super B, T2> p_331390_, Function<C, T2> p_331203_, StreamCodec<? super B, T3> p_331499_, Function<C, T3> p_330294_, StreamCodec<? super B, T4> p_331169_, Function<C, T4> p_331830_, StreamCodec<? super B, T5> p_331057_, Function<C, T5> p_331593_, StreamCodec<? super B, T6> p_331117_, Function<C, T6> p_331904_, com.mojang.datafixers.util.Function6<T1, T2, T3, T4, T5, T6, C> p_331335_) static <B extends io.netty.buffer.ByteBuf,L, R>
StreamCodec<B, com.mojang.datafixers.util.Either<L, R>> ByteBufCodecs.either(StreamCodec<? super B, L> p_331983_, StreamCodec<? super B, R> p_332156_) static <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holder(ResourceKey<? extends Registry<T>> p_320391_, StreamCodec<? super RegistryFriendlyByteBuf, T> p_320595_) static <B extends io.netty.buffer.ByteBuf,K, V, M extends Map<K, V>>
StreamCodec<B, M> ByteBufCodecs.map(IntFunction<? extends M> p_320265_, StreamCodec<? super B, K> p_320113_, StreamCodec<? super B, V> p_320275_) static <B extends io.netty.buffer.ByteBuf,K, V, M extends Map<K, V>>
StreamCodec<B, M> ByteBufCodecs.map(IntFunction<? extends M> p_331325_, StreamCodec<? super B, K> p_331975_, StreamCodec<? super B, V> p_331254_, int p_330938_) static <B extends io.netty.buffer.ByteBuf,V>
StreamCodec<B, Optional<V>> ByteBufCodecs.optional(StreamCodec<B, V> p_320522_) Method parameters in net.minecraft.network.codec with type arguments of type StreamCodecModifier and TypeMethodDescriptionstatic <B,T> StreamCodec <B, T> StreamCodec.recursive(UnaryOperator<StreamCodec<B, T>> p_330470_) Constructors in net.minecraft.network.codec with parameters of type StreamCodecModifierConstructorDescription(package private)Entry(StreamCodec<? super B, ? extends V> serializer, T type) Creates an instance of aEntryrecord class. -
Uses of StreamCodec in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as StreamCodecModifier and TypeFieldDescriptionprivate final StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> ProtocolInfoBuilder.Implementation.codecThe field for thecodecrecord component.private final StreamCodec<? super B, P> ProtocolInfoBuilder.CodecEntry.serializerThe field for theserializerrecord component.Methods in net.minecraft.network.protocol that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<B, Packet<? super L>> ProtocolCodecBuilder.build()private StreamCodec<io.netty.buffer.ByteBuf, Packet<? super T>> ProtocolInfoBuilder.buildPacketCodec(Function<io.netty.buffer.ByteBuf, B> p_320922_, List<ProtocolInfoBuilder.CodecEntry<T, ?, B>> p_320733_) static <B extends io.netty.buffer.ByteBuf,T extends Packet<?>>
StreamCodec<B, T> Packet.codec(StreamMemberEncoder<B, T> p_319871_, StreamDecoder<B, T> p_319793_) StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> ProtocolInfoBuilder.Implementation.codec()Returns the value of thecodecrecord component.StreamCodec<? super B, P> ProtocolInfoBuilder.CodecEntry.serializer()Returns the value of theserializerrecord component.Methods in net.minecraft.network.protocol with parameters of type StreamCodecModifier and TypeMethodDescription<T extends Packet<? super L>>
ProtocolCodecBuilder<B, L> ProtocolCodecBuilder.add(PacketType<T> p_319852_, StreamCodec<? super B, T> p_320657_) <P extends Packet<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.addPacket(PacketType<P> p_320673_, StreamCodec<? super B, P> p_319828_) Constructors in net.minecraft.network.protocol with parameters of type StreamCodecModifierConstructorDescription(package private)CodecEntry(PacketType<P> type, StreamCodec<? super B, P> serializer) Creates an instance of aCodecEntryrecord class.(package private)Implementation(ConnectionProtocol id, PacketFlow flow, StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> codec, BundlerInfo bundlerInfo) Creates an instance of aImplementationrecord class. -
Uses of StreamCodec in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.CONFIG_STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.CONFIG_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.GAMEPLAY_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, byte[]> ClientboundStoreCookiePacket.PAYLOAD_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundDisconnectPacket> ClientboundDisconnectPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundKeepAlivePacket> ClientboundKeepAlivePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPingPacket> ClientboundPingPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundResourcePackPopPacket> ClientboundResourcePackPopPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundResourcePackPushPacket> ClientboundResourcePackPushPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundStoreCookiePacket> ClientboundStoreCookiePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTransferPacket> ClientboundTransferPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundUpdateTagsPacket> ClientboundUpdateTagsPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundClientInformationPacket> ServerboundClientInformationPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundKeepAlivePacket> ServerboundKeepAlivePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPongPacket> ServerboundPongPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundResourcePackPacket> ServerboundResourcePackPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as StreamCodecModifier and TypeFieldDescriptionprivate final StreamCodec<B, T> CustomPacketPayload.TypeAndCodec.codecThe field for thecodecrecord component.static final StreamCodec<FriendlyByteBuf, BeeDebugPayload> BeeDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, BrainDebugPayload> BrainDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, BrandPayload> BrandPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, BreezeDebugPayload> BreezeDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, GameEventDebugPayload> GameEventDebugPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, GameEventListenerDebugPayload> GameEventListenerDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, GameTestAddMarkerDebugPayload> GameTestAddMarkerDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, GameTestClearMarkersDebugPayload> GameTestClearMarkersDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, GoalDebugPayload> GoalDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, HiveDebugPayload> HiveDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, NeighborUpdatesDebugPayload> NeighborUpdatesDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, PathfindingDebugPayload> PathfindingDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, PoiAddedDebugPayload> PoiAddedDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, PoiRemovedDebugPayload> PoiRemovedDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, PoiTicketCountDebugPayload> PoiTicketCountDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, RaidsDebugPayload> RaidsDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, StructuresDebugPayload> StructuresDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, VillageSectionsDebugPayload> VillageSectionsDebugPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, WorldGenAttemptDebugPayload> WorldGenAttemptDebugPayload.STREAM_CODECMethods in net.minecraft.network.protocol.common.custom that return StreamCodecModifier and TypeMethodDescriptionstatic <B extends io.netty.buffer.ByteBuf,T extends CustomPacketPayload>
StreamCodec<B, T> CustomPacketPayload.codec(StreamMemberEncoder<B, T> p_319960_, StreamDecoder<B, T> p_320047_) static <B extends FriendlyByteBuf>
StreamCodec<B, CustomPacketPayload> CustomPacketPayload.codec(CustomPacketPayload.FallbackProvider<B> p_319839_, List<CustomPacketPayload.TypeAndCodec<? super B, ?>> p_320495_, ConnectionProtocol protocol, PacketFlow packetFlow) CustomPacketPayload.TypeAndCodec.codec()Returns the value of thecodecrecord component.static <T extends FriendlyByteBuf>
StreamCodec<T, DiscardedPayload> DiscardedPayload.codec(ResourceLocation p_320106_, int p_319929_) StreamCodec<B, ? extends CustomPacketPayload> CustomPacketPayload.FallbackProvider.create(ResourceLocation p_320236_) Constructors in net.minecraft.network.protocol.common.custom with parameters of type StreamCodecModifierConstructorDescriptionTypeAndCodec(CustomPacketPayload.Type<T> type, StreamCodec<B, T> codec) Creates an instance of aTypeAndCodecrecord class. -
Uses of StreamCodec in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<io.netty.buffer.ByteBuf, ResourceKey<? extends Registry<?>>> ClientboundRegistryDataPacket.REGISTRY_KEY_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundFinishConfigurationPacket> ClientboundFinishConfigurationPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundRegistryDataPacket> ClientboundRegistryDataPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundResetChatPacket> ClientboundResetChatPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundSelectKnownPacks> ClientboundSelectKnownPacks.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundUpdateEnabledFeaturesPacket> ClientboundUpdateEnabledFeaturesPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundFinishConfigurationPacket> ServerboundFinishConfigurationPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundSelectKnownPacks> ServerboundSelectKnownPacks.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.cookie
Fields in net.minecraft.network.protocol.cookie declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundCookieRequestPacket> ClientboundCookieRequestPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundCookieResponsePacket> ServerboundCookieResponsePacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<RegistryFriendlyByteBuf, Holder<DamageType>> ClientboundDamageEventPacket.DAMAGE_TYPE_ID_STREAM_CODECprivate static final StreamCodec<io.netty.buffer.ByteBuf, byte[]> ClientboundLightUpdatePacketData.DATA_LAYER_STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, Holder<DimensionType>> CommonPlayerSpawnInfo.DIMENSION_TYPE_ID_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, List<ClientboundLevelChunkPacketData.BlockEntityInfo>> ClientboundLevelChunkPacketData.BlockEntityInfo.LIST_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, AttributeModifier> ClientboundUpdateAttributesPacket.AttributeSnapshot.MODIFIER_STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ItemStack>> ServerboundContainerClickPacket.SLOTS_STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>> ClientboundAwardStatsPacket.STAT_VALUES_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundAddEntityPacket> ClientboundAddEntityPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundAddExperienceOrbPacket> ClientboundAddExperienceOrbPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundAnimatePacket> ClientboundAnimatePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundAwardStatsPacket> ClientboundAwardStatsPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundBlockChangedAckPacket> ClientboundBlockChangedAckPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundBlockDestructionPacket> ClientboundBlockDestructionPacket.STREAM_CODECClientboundBlockEntityDataPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockEventPacket> ClientboundBlockEventPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockUpdatePacket> ClientboundBlockUpdatePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBossEventPacket> ClientboundBossEventPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundChangeDifficultyPacket> ClientboundChangeDifficultyPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundChunkBatchFinishedPacket> ClientboundChunkBatchFinishedPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundChunkBatchStartPacket> ClientboundChunkBatchStartPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundChunksBiomesPacket> ClientboundChunksBiomesPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundClearTitlesPacket> ClientboundClearTitlesPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundCommandsPacket> ClientboundCommandsPacket.STREAM_CODECClientboundCommandSuggestionsPacket.Entry.STREAM_CODECClientboundCommandSuggestionsPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundContainerClosePacket> ClientboundContainerClosePacket.STREAM_CODECClientboundContainerSetContentPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundContainerSetDataPacket> ClientboundContainerSetDataPacket.STREAM_CODECClientboundContainerSetSlotPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundCooldownPacket> ClientboundCooldownPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundCustomChatCompletionsPacket> ClientboundCustomChatCompletionsPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDamageEventPacket> ClientboundDamageEventPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundDebugSamplePacket> ClientboundDebugSamplePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundDeleteChatPacket> ClientboundDeleteChatPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDisguisedChatPacket> ClientboundDisguisedChatPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundEntityEventPacket> ClientboundEntityEventPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundExplodePacket> ClientboundExplodePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundForgetLevelChunkPacket> ClientboundForgetLevelChunkPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundGameEventPacket> ClientboundGameEventPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundHorseScreenOpenPacket> ClientboundHorseScreenOpenPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundHurtAnimationPacket> ClientboundHurtAnimationPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundInitializeBorderPacket> ClientboundInitializeBorderPacket.STREAM_CODECClientboundLevelChunkPacketData.BlockEntityInfo.STREAM_CODECClientboundLevelChunkWithLightPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundLevelEventPacket> ClientboundLevelEventPacket.STREAM_CODECClientboundLevelParticlesPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundLightUpdatePacket> ClientboundLightUpdatePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundLoginPacket> ClientboundLoginPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundMapItemDataPacket> ClientboundMapItemDataPacket.STREAM_CODECClientboundMerchantOffersPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveEntityPacket.Pos> ClientboundMoveEntityPacket.Pos.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveEntityPacket.PosRot> ClientboundMoveEntityPacket.PosRot.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveEntityPacket.Rot> ClientboundMoveEntityPacket.Rot.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveVehiclePacket> ClientboundMoveVehiclePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundOpenBookPacket> ClientboundOpenBookPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket> ClientboundOpenScreenPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundOpenSignEditorPacket> ClientboundOpenSignEditorPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlaceGhostRecipePacket> ClientboundPlaceGhostRecipePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerAbilitiesPacket> ClientboundPlayerAbilitiesPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerChatPacket> ClientboundPlayerChatPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerCombatEndPacket> ClientboundPlayerCombatEndPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundPlayerCombatEnterPacket> ClientboundPlayerCombatEnterPacket.STREAM_CODECClientboundPlayerCombatKillPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerInfoRemovePacket> ClientboundPlayerInfoRemovePacket.STREAM_CODECClientboundPlayerInfoUpdatePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerLookAtPacket> ClientboundPlayerLookAtPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerPositionPacket> ClientboundPlayerPositionPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundProjectilePowerPacket> ClientboundProjectilePowerPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundRecipePacket> ClientboundRecipePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundRemoveEntitiesPacket> ClientboundRemoveEntitiesPacket.STREAM_CODECClientboundRemoveMobEffectPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundResetScorePacket> ClientboundResetScorePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundRespawnPacket> ClientboundRespawnPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundRotateHeadPacket> ClientboundRotateHeadPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSectionBlocksUpdatePacket> ClientboundSectionBlocksUpdatePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSelectAdvancementsTabPacket> ClientboundSelectAdvancementsTabPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundServerDataPacket> ClientboundServerDataPacket.STREAM_CODECClientboundSetActionBarTextPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetBorderCenterPacket> ClientboundSetBorderCenterPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetBorderLerpSizePacket> ClientboundSetBorderLerpSizePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetBorderSizePacket> ClientboundSetBorderSizePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetBorderWarningDelayPacket> ClientboundSetBorderWarningDelayPacket.STREAM_CODECClientboundSetBorderWarningDistancePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetCameraPacket> ClientboundSetCameraPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetCarriedItemPacket> ClientboundSetCarriedItemPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetChunkCacheCenterPacket> ClientboundSetChunkCacheCenterPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetChunkCacheRadiusPacket> ClientboundSetChunkCacheRadiusPacket.STREAM_CODECClientboundSetDefaultSpawnPositionPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetDisplayObjectivePacket> ClientboundSetDisplayObjectivePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEntityDataPacket> ClientboundSetEntityDataPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetEntityLinkPacket> ClientboundSetEntityLinkPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetEntityMotionPacket> ClientboundSetEntityMotionPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEquipmentPacket> ClientboundSetEquipmentPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetExperiencePacket> ClientboundSetExperiencePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetHealthPacket> ClientboundSetHealthPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetObjectivePacket> ClientboundSetObjectivePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetPassengersPacket> ClientboundSetPassengersPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetPlayerTeamPacket> ClientboundSetPlayerTeamPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetScorePacket> ClientboundSetScorePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetSimulationDistancePacket> ClientboundSetSimulationDistancePacket.STREAM_CODECClientboundSetSubtitleTextPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetTimePacket> ClientboundSetTimePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundSetTitlesAnimationPacket> ClientboundSetTitlesAnimationPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetTitleTextPacket> ClientboundSetTitleTextPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSoundEntityPacket> ClientboundSoundEntityPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSoundPacket> ClientboundSoundPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundStartConfigurationPacket> ClientboundStartConfigurationPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundStopSoundPacket> ClientboundStopSoundPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSystemChatPacket> ClientboundSystemChatPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundTabListPacket> ClientboundTabListPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTagQueryPacket> ClientboundTagQueryPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTakeItemEntityPacket> ClientboundTakeItemEntityPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTeleportEntityPacket> ClientboundTeleportEntityPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTickingStatePacket> ClientboundTickingStatePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundTickingStepPacket> ClientboundTickingStepPacket.STREAM_CODECClientboundUpdateAdvancementsPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateAttributesPacket.AttributeSnapshot> ClientboundUpdateAttributesPacket.AttributeSnapshot.STREAM_CODECClientboundUpdateAttributesPacket.STREAM_CODECClientboundUpdateMobEffectPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateRecipesPacket> ClientboundUpdateRecipesPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundAcceptTeleportationPacket> ServerboundAcceptTeleportationPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundBlockEntityTagQueryPacket> ServerboundBlockEntityTagQueryPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChangeDifficultyPacket> ServerboundChangeDifficultyPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChatAckPacket> ServerboundChatAckPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChatCommandPacket> ServerboundChatCommandPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChatCommandSignedPacket> ServerboundChatCommandSignedPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChatPacket> ServerboundChatPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChatSessionUpdatePacket> ServerboundChatSessionUpdatePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundChunkBatchReceivedPacket> ServerboundChunkBatchReceivedPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundClientCommandPacket> ServerboundClientCommandPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundCommandSuggestionPacket> ServerboundCommandSuggestionPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundConfigurationAcknowledgedPacket> ServerboundConfigurationAcknowledgedPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundContainerButtonClickPacket> ServerboundContainerButtonClickPacket.STREAM_CODECServerboundContainerClickPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundContainerClosePacket> ServerboundContainerClosePacket.STREAM_CODECServerboundContainerSlotStateChangedPacket.STREAM_CODECServerboundDebugSampleSubscriptionPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundEditBookPacket> ServerboundEditBookPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundEntityTagQueryPacket> ServerboundEntityTagQueryPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundInteractPacket> ServerboundInteractPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundJigsawGeneratePacket> ServerboundJigsawGeneratePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundLockDifficultyPacket> ServerboundLockDifficultyPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundMovePlayerPacket.Pos> ServerboundMovePlayerPacket.Pos.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundMovePlayerPacket.PosRot> ServerboundMovePlayerPacket.PosRot.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundMovePlayerPacket.Rot> ServerboundMovePlayerPacket.Rot.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundMovePlayerPacket.StatusOnly> ServerboundMovePlayerPacket.StatusOnly.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundMoveVehiclePacket> ServerboundMoveVehiclePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPaddleBoatPacket> ServerboundPaddleBoatPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPickItemPacket> ServerboundPickItemPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPlaceRecipePacket> ServerboundPlaceRecipePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPlayerAbilitiesPacket> ServerboundPlayerAbilitiesPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPlayerActionPacket> ServerboundPlayerActionPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPlayerCommandPacket> ServerboundPlayerCommandPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPlayerInputPacket> ServerboundPlayerInputPacket.STREAM_CODECServerboundRecipeBookChangeSettingsPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundRecipeBookSeenRecipePacket> ServerboundRecipeBookSeenRecipePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundRenameItemPacket> ServerboundRenameItemPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSeenAdvancementsPacket> ServerboundSeenAdvancementsPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSelectTradePacket> ServerboundSelectTradePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ServerboundSetBeaconPacket> ServerboundSetBeaconPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSetCarriedItemPacket> ServerboundSetCarriedItemPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSetCommandBlockPacket> ServerboundSetCommandBlockPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSetCommandMinecartPacket> ServerboundSetCommandMinecartPacket.STREAM_CODECServerboundSetCreativeModeSlotPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSetJigsawBlockPacket> ServerboundSetJigsawBlockPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSetStructureBlockPacket> ServerboundSetStructureBlockPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSignUpdatePacket> ServerboundSignUpdatePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundSwingPacket> ServerboundSwingPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundTeleportToEntityPacket> ServerboundTeleportToEntityPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundUseItemOnPacket> ServerboundUseItemOnPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundUseItemPacket> ServerboundUseItemPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.handshake
Fields in net.minecraft.network.protocol.handshake declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientIntentionPacket> ClientIntentionPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundCustomQueryPacket> ClientboundCustomQueryPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundGameProfilePacket> ClientboundGameProfilePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundHelloPacket> ClientboundHelloPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundLoginCompressionPacket> ClientboundLoginCompressionPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ClientboundLoginDisconnectPacket> ClientboundLoginDisconnectPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundCustomQueryAnswerPacket> ServerboundCustomQueryAnswerPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundHelloPacket> ServerboundHelloPacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundKeyPacket> ServerboundKeyPacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundLoginAcknowledgedPacket> ServerboundLoginAcknowledgedPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.ping
Fields in net.minecraft.network.protocol.ping declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundPongResponsePacket> ClientboundPongResponsePacket.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ServerboundPingRequestPacket> ServerboundPingRequestPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundStatusResponsePacket> ClientboundStatusResponsePacket.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundStatusRequestPacket> ServerboundStatusRequestPacket.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<io.netty.buffer.ByteBuf, Optional<BlockState>> EntityDataSerializers.OPTIONAL_BLOCK_STATE_CODECprivate static final StreamCodec<io.netty.buffer.ByteBuf, OptionalInt> EntityDataSerializers.OPTIONAL_UNSIGNED_INT_CODECMethods in net.minecraft.network.syncher that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> EntityDataSerializer.codec()Methods in net.minecraft.network.syncher with parameters of type StreamCodecModifier and TypeMethodDescriptionstatic <T> EntityDataSerializer<T> EntityDataSerializer.forValueType(StreamCodec<? super RegistryFriendlyByteBuf, T> p_319946_) -
Uses of StreamCodec in net.minecraft.resources
Fields in net.minecraft.resources declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, ResourceLocation> ResourceLocation.STREAM_CODECMethods in net.minecraft.resources that return StreamCodecModifier and TypeMethodDescriptionstatic <T> StreamCodec<io.netty.buffer.ByteBuf, ResourceKey<T>> ResourceKey.streamCodec(ResourceKey<? extends Registry<T>> p_320330_) -
Uses of StreamCodec in net.minecraft.server.network
Methods in net.minecraft.server.network that return StreamCodecModifier and TypeMethodDescriptionstatic <B extends io.netty.buffer.ByteBuf,T>
StreamCodec<B, Filterable<T>> Filterable.streamCodec(StreamCodec<B, T> p_330521_) Methods in net.minecraft.server.network with parameters of type StreamCodecModifier and TypeMethodDescriptionstatic <B extends io.netty.buffer.ByteBuf,T>
StreamCodec<B, Filterable<T>> Filterable.streamCodec(StreamCodec<B, T> p_330521_) -
Uses of StreamCodec in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, KnownPack> KnownPack.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.sounds
Fields in net.minecraft.sounds declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, SoundEvent> SoundEvent.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<SoundEvent>> SoundEvent.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.stats
Fields in net.minecraft.stats declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Stat<?>> Stat.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, Stat<T>> StatType.streamCodecMethods in net.minecraft.stats that return StreamCodec -
Uses of StreamCodec in net.minecraft.world.effect
Fields in net.minecraft.world.effect declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, MobEffectInstance.Details> MobEffectInstance.Details.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, MobEffectInstance> MobEffectInstance.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, EquipmentSlotGroup> EquipmentSlotGroup.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Pose> Pose.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, AttributeModifier.Operation> AttributeModifier.Operation.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, AttributeModifier> AttributeModifier.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.entity.animal.armadillo
Fields in net.minecraft.world.entity.animal.armadillo declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, Armadillo.ArmadilloState> Armadillo.ArmadilloState.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.entity.animal.sniffer
Fields in net.minecraft.world.entity.animal.sniffer declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, Sniffer.State> Sniffer.State.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.entity.npc
Fields in net.minecraft.world.entity.npc declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, VillagerData> VillagerData.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.food
Fields in net.minecraft.world.food declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FoodProperties> FoodProperties.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FoodProperties.PossibleEffect> FoodProperties.PossibleEffect.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.item
Fields in net.minecraft.world.item declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Instrument> Instrument.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, List<ItemStack>> ItemStack.LIST_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, List<ItemStack>> ItemStack.OPTIONAL_LIST_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AdventureModePredicate> AdventureModePredicate.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, DyeColor> DyeColor.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Instrument>> Instrument.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Rarity> Rarity.STREAM_CODECMethods in net.minecraft.world.item that return StreamCodecModifier and TypeMethodDescriptionItemStack.validatedStreamCodec(StreamCodec<RegistryFriendlyByteBuf, ItemStack> p_340962_) Methods in net.minecraft.world.item with parameters of type StreamCodecModifier and TypeMethodDescriptionItemStack.validatedStreamCodec(StreamCodec<RegistryFriendlyByteBuf, ItemStack> p_340962_) -
Uses of StreamCodec in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, PotionContents> PotionContents.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.item.armortrim
Fields in net.minecraft.world.item.armortrim declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, TrimMaterial> TrimMaterial.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TrimPattern> TrimPattern.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ArmorTrim> ArmorTrim.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<TrimMaterial>> TrimMaterial.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<TrimPattern>> TrimPattern.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<io.netty.buffer.ByteBuf, it.unimi.dsi.fastutil.ints.IntList> FireworkExplosion.COLOR_LIST_STREAM_CODECprivate static final StreamCodec<io.netty.buffer.ByteBuf, Map<String, String>> BlockItemStateProperties.PROPERTIES_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockItemStateProperties> BlockItemStateProperties.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BundleContents> BundleContents.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChargedProjectiles> ChargedProjectiles.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, CustomData> CustomData.STREAM_CODECDeprecated.static final StreamCodec<io.netty.buffer.ByteBuf, CustomModelData> CustomModelData.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, DyedItemColor> DyedItemColor.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, FireworkExplosion.Shape> FireworkExplosion.Shape.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, FireworkExplosion> FireworkExplosion.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Fireworks> Fireworks.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Entry> ItemAttributeModifiers.Entry.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers> ItemAttributeModifiers.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemContainerContents> ItemContainerContents.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemLore> ItemLore.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, LodestoneTracker> LodestoneTracker.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, MapItemColor> MapItemColor.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, MapPostProcessing> MapPostProcessing.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ResolvableProfile> ResolvableProfile.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SuspiciousStewEffects.Entry> SuspiciousStewEffects.Entry.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SuspiciousStewEffects> SuspiciousStewEffects.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Tool.Rule> Tool.Rule.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Tool> Tool.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Unbreakable> Unbreakable.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, WritableBookContent> WritableBookContent.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, WrittenBookContent> WrittenBookContent.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Ingredient> Ingredient.CONTENTS_STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, CraftingBookCategory> CraftingBookCategory.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Recipe<?>> Recipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeHolder<?>> RecipeHolder.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedRecipe> ShapedRecipe.Serializer.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedRecipePattern> ShapedRecipePattern.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapelessRecipe> ShapelessRecipe.Serializer.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmithingTransformRecipe> SmithingTransformRecipe.Serializer.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmithingTrimRecipe> SmithingTrimRecipe.Serializer.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> SimpleCookingSerializer.streamCodecprivate final StreamCodec<RegistryFriendlyByteBuf, T> SimpleCraftingRecipeSerializer.streamCodecprivate final StreamCodec<RegistryFriendlyByteBuf, T> SingleItemRecipe.Serializer.streamCodecMethods in net.minecraft.world.item.crafting that return StreamCodecModifier and TypeMethodDescriptionRecipeSerializer.streamCodec()ShapedRecipe.Serializer.streamCodec()ShapelessRecipe.Serializer.streamCodec()SimpleCookingSerializer.streamCodec()SimpleCraftingRecipeSerializer.streamCodec()SingleItemRecipe.Serializer.streamCodec()SmithingTransformRecipe.Serializer.streamCodec()SmithingTrimRecipe.Serializer.streamCodec() -
Uses of StreamCodec in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ItemEnchantments> ItemEnchantments.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.item.trading
Fields in net.minecraft.world.item.trading declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<ItemCost>> ItemCost.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemCost> ItemCost.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, MerchantOffer> MerchantOffer.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, MerchantOffers> MerchantOffers.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, BannerPattern> BannerPattern.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<BannerPattern>> BannerPattern.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BannerPatternLayers.Layer> BannerPatternLayers.Layer.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BannerPatternLayers> BannerPatternLayers.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BeehiveBlockEntity.Occupant> BeehiveBlockEntity.Occupant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PotDecorations> PotDecorations.STREAM_CODEC -
Uses of StreamCodec in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockPositionSource> BlockPositionSource.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, EntityPositionSource> EntityPositionSource.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PositionSource> PositionSource.STREAM_CODECMethods in net.minecraft.world.level.gameevent that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<io.netty.buffer.ByteBuf, BlockPositionSource> BlockPositionSource.Type.streamCodec()StreamCodec<io.netty.buffer.ByteBuf, EntityPositionSource> EntityPositionSource.Type.streamCodec()StreamCodec<? super RegistryFriendlyByteBuf, T> PositionSourceType.streamCodec() -
Uses of StreamCodec in net.minecraft.world.level.saveddata.maps
Fields in net.minecraft.world.level.saveddata.maps declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, MapDecoration> MapDecoration.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<MapDecorationType>> MapDecorationType.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, MapId> MapId.STREAM_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Optional<MapItemSavedData.MapPatch>> MapItemSavedData.MapPatch.STREAM_CODEC -
Uses of StreamCodec in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, EffectCure> EffectCure.STREAM_CODECMethods in net.neoforged.neoforge.common that return StreamCodecModifier and TypeMethodDescriptionstatic <E extends Enum<E> & StringRepresentable>
StreamCodec<io.netty.buffer.ByteBuf, E> IExtensibleEnum.createStreamCodecForExtensibleEnum(Supplier<E[]> valuesSupplier) Use this instead ofByteBufCodecs.idMapper(IntFunction, ToIntFunction)for extensible enums because this not cache the enum values on construction -
Uses of StreamCodec in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, SizedIngredient> SizedIngredient.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> IngredientType.streamCodecThe field for thestreamCodecrecord component.Methods in net.neoforged.neoforge.common.crafting that return StreamCodecModifier and TypeMethodDescriptionIngredientType.streamCodec()Returns the value of thestreamCodecrecord component.Constructors in net.neoforged.neoforge.common.crafting with parameters of type StreamCodecModifierConstructorDescriptionIngredientType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aIngredientTyperecord class. -
Uses of StreamCodec in net.neoforged.neoforge.debug.crafting
Methods in net.neoforged.neoforge.debug.crafting that return StreamCodecModifier and TypeMethodDescriptionIngredientTests.CompressedShapelessRecipeSerializer.streamCodec() -
Uses of StreamCodec in net.neoforged.neoforge.debug.entity
Fields in net.neoforged.neoforge.debug.entity declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<FriendlyByteBuf, EntityTests.CustomSyncPayload> EntityTests.CustomSyncPayload.STREAM_CODEC -
Uses of StreamCodec in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FluidStack> FluidStack.OPTIONAL_STREAM_CODECA stream codec for fluid stacks that accepts empty stacks.static final StreamCodec<RegistryFriendlyByteBuf, FluidStack> FluidStack.STREAM_CODECA stream codec for fluid stacks that does not accept empty stacks.static final StreamCodec<RegistryFriendlyByteBuf, SimpleFluidContent> SimpleFluidContent.STREAM_CODEC -
Uses of StreamCodec in net.neoforged.neoforge.fluids.crafting
Fields in net.neoforged.neoforge.fluids.crafting declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FluidIngredient> FluidIngredient.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SizedFluidIngredient> SizedFluidIngredient.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> FluidIngredientType.streamCodecThe field for thestreamCodecrecord component.Methods in net.neoforged.neoforge.fluids.crafting that return StreamCodecModifier and TypeMethodDescriptionFluidIngredientType.streamCodec()Returns the value of thestreamCodecrecord component.Constructors in net.neoforged.neoforge.fluids.crafting with parameters of type StreamCodecModifierConstructorDescriptionFluidIngredientType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aFluidIngredientTyperecord class. -
Uses of StreamCodec in net.neoforged.neoforge.network.codec
Classes in net.neoforged.neoforge.network.codec that implement StreamCodecFields in net.neoforged.neoforge.network.codec declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ChunkPos> NeoForgeStreamCodecs.CHUNK_POSstatic final StreamCodec<FriendlyByteBuf, byte[]> NeoForgeStreamCodecs.UNBOUNDED_BYTE_ARRAYFields in net.neoforged.neoforge.network.codec with type parameters of type StreamCodecModifier and TypeFieldDescriptionprivate final Lazy<StreamCodec<B, V>> NeoForgeStreamCodecs.LazyStreamCodec.delegateMethods in net.neoforged.neoforge.network.codec that return StreamCodecModifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6, T7>
StreamCodec<B, C> NeoForgeStreamCodecs.composite(StreamCodec<? super B, T1> codec1, Function<C, T1> getter1, StreamCodec<? super B, T2> codec2, Function<C, T2> getter2, StreamCodec<? super B, T3> codec3, Function<C, T3> getter3, StreamCodec<? super B, T4> codec4, Function<C, T4> getter4, StreamCodec<? super B, T5> codec5, Function<C, T5> getter5, StreamCodec<? super B, T6> codec6, Function<C, T6> getter6, StreamCodec<? super B, T7> codec7, Function<C, T7> getter7, com.mojang.datafixers.util.Function7<T1, T2, T3, T4, T5, T6, T7, C> p_331335_) static <V> StreamCodec<RegistryFriendlyByteBuf, V> NeoForgeStreamCodecs.connectionAware(StreamCodec<? super RegistryFriendlyByteBuf, V> neoForgeCodec, StreamCodec<? super RegistryFriendlyByteBuf, V> otherCodec) Creates a stream codec that uses different implementation depending on theConnectionType.static <B extends FriendlyByteBuf,V extends Enum<V>>
StreamCodec<B, V> static <B,V> StreamCodec <B, V> NeoForgeStreamCodecs.lazy(Supplier<StreamCodec<B, V>> streamCodecSupplier) static <B extends FriendlyByteBuf>
StreamCodec<B, ResourceKey<? extends Registry<?>>> NeoForgeStreamCodecs.registryKey()Creates a stream codec to encode and decode aResourceKeythat identifies a registry.static <B,V> StreamCodec <B, V> NeoForgeStreamCodecs.uncheckedUnit(V defaultValue) Similar tounit(Object), but without checks for the value to be encoded.Methods in net.neoforged.neoforge.network.codec with parameters of type StreamCodecModifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6, T7>
StreamCodec<B, C> NeoForgeStreamCodecs.composite(StreamCodec<? super B, T1> codec1, Function<C, T1> getter1, StreamCodec<? super B, T2> codec2, Function<C, T2> getter2, StreamCodec<? super B, T3> codec3, Function<C, T3> getter3, StreamCodec<? super B, T4> codec4, Function<C, T4> getter4, StreamCodec<? super B, T5> codec5, Function<C, T5> getter5, StreamCodec<? super B, T6> codec6, Function<C, T6> getter6, StreamCodec<? super B, T7> codec7, Function<C, T7> getter7, com.mojang.datafixers.util.Function7<T1, T2, T3, T4, T5, T6, T7, C> p_331335_) static <V> StreamCodec<RegistryFriendlyByteBuf, V> NeoForgeStreamCodecs.connectionAware(StreamCodec<? super RegistryFriendlyByteBuf, V> neoForgeCodec, StreamCodec<? super RegistryFriendlyByteBuf, V> otherCodec) Creates a stream codec that uses different implementation depending on theConnectionType.Method parameters in net.neoforged.neoforge.network.codec with type arguments of type StreamCodecModifier and TypeMethodDescriptionstatic <B,V> StreamCodec <B, V> NeoForgeStreamCodecs.lazy(Supplier<StreamCodec<B, V>> streamCodecSupplier) Constructor parameters in net.neoforged.neoforge.network.codec with type arguments of type StreamCodec -
Uses of StreamCodec in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, Set<ResourceLocation>> DinnerboneProtocolUtils.CHANNELS_CODECstatic final StreamCodec<FriendlyByteBuf, AdvancedAddEntityPayload> AdvancedAddEntityPayload.STREAM_CODECAdvancedContainerSetDataPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AdvancedOpenScreenPayload> AdvancedOpenScreenPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AuxiliaryLightDataPayload> AuxiliaryLightDataPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ConfigFilePayload> ConfigFilePayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, FrozenRegistryPayload> FrozenRegistryPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, FrozenRegistrySyncCompletedPayload> FrozenRegistrySyncCompletedPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, FrozenRegistrySyncStartPayload> FrozenRegistrySyncStartPayload.STREAM_CODECKnownRegistryDataMapsPayload.KnownDataMap.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, KnownRegistryDataMapsPayload> KnownRegistryDataMapsPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, KnownRegistryDataMapsReplyPayload> KnownRegistryDataMapsReplyPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, MinecraftRegisterPayload> MinecraftRegisterPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, MinecraftUnregisterPayload> MinecraftUnregisterPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ModdedNetworkComponent> ModdedNetworkComponent.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ModdedNetworkPayload> ModdedNetworkPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ModdedNetworkQueryComponent> ModdedNetworkQueryComponent.STREAM_CODECModdedNetworkQueryPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, ModdedNetworkSetupFailedPayload> ModdedNetworkSetupFailedPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, RegistryDataMapSyncPayload<?>> RegistryDataMapSyncPayload.STREAM_CODECstatic final StreamCodec<FriendlyByteBuf, SplitPacketPayload> SplitPacketPayload.STREAM_CODEC -
Uses of StreamCodec in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration declared as StreamCodecModifier and TypeFieldDescriptionprivate final StreamCodec<? super RegistryFriendlyByteBuf, T> PayloadRegistration.codecThe field for thecodecrecord component.private final StreamCodec<FriendlyByteBuf, T> ModdedConfigurationPayloadRegistration.readerThe field for thereaderrecord component.private final StreamCodec<RegistryFriendlyByteBuf, T> ModdedPlayPayloadRegistration.readerThe field for thereaderrecord component.static final StreamCodec<FriendlyByteBuf, NetworkChannel> NetworkChannel.STREAM_CODECNetworkPayloadSetup.STREAM_CODECFields in net.neoforged.neoforge.network.registration with type parameters of type StreamCodecModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation, StreamCodec<FriendlyByteBuf, ? extends CustomPacketPayload>> NetworkRegistry.BUILTIN_PAYLOADSMap of NeoForge payloads that may be sent before channel negotiation.Methods in net.neoforged.neoforge.network.registration that return StreamCodecModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> PayloadRegistration.codec()Returns the value of thecodecrecord component.static @Nullable StreamCodec<? super FriendlyByteBuf, ? extends CustomPacketPayload> NetworkRegistry.getCodec(ResourceLocation id, ConnectionProtocol protocol, PacketFlow flow) Attempts to retrieve theStreamCodecfor a non-vanilla payload.ModdedConfigurationPayloadRegistration.reader()Returns the value of thereaderrecord component.ModdedPlayPayloadRegistration.reader()Returns the value of thereaderrecord component.Methods in net.neoforged.neoforge.network.registration with parameters of type StreamCodecModifier and TypeMethodDescription<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.commonBidirectional(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a bidirectional payload for all phases.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.commonToClient(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a client-bound payload for all phases.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.commonToServer(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a server-bound payload for all phases.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.configurationBidirectional(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a bidirectional payload for the configuration phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.configurationToClient(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a client-bound payload for the configuration phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.configurationToServer(CustomPacketPayload.Type<T> type, StreamCodec<? super FriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a server-bound payload for the configuration phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playBidirectional(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a bidirectional payload for the play phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playToClient(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a client-bound payload for the play phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playToServer(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> reader, IPayloadHandler<T> handler) Registers a server-bound payload for the play phase.static <T extends CustomPacketPayload,B extends FriendlyByteBuf>
voidNetworkRegistry.register(CustomPacketPayload.Type<T> type, StreamCodec<? super B, T> codec, IPayloadHandler<T> handler, List<ConnectionProtocol> protocols, Optional<PacketFlow> flow, String version, boolean optional) Registers a new payload.private <T extends CustomPacketPayload,B extends FriendlyByteBuf>
voidPayloadRegistrar.register(CustomPacketPayload.Type<T> type, StreamCodec<? super B, T> codec, IPayloadHandler<T> handler, List<ConnectionProtocol> protocols, Optional<PacketFlow> flow, String version, boolean optional) Constructors in net.neoforged.neoforge.network.registration with parameters of type StreamCodecModifierConstructorDescriptionModdedConfigurationPayloadRegistration(ResourceLocation id, Class<T> type, IPayloadHandler<T> handler, StreamCodec<FriendlyByteBuf, T> reader) Creates an instance of aModdedConfigurationPayloadRegistrationrecord class.ModdedPlayPayloadRegistration(ResourceLocation id, Class<T> type, IPayloadHandler<T> handler, StreamCodec<RegistryFriendlyByteBuf, T> reader) Creates an instance of aModdedPlayPayloadRegistrationrecord class.PayloadRegistration(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> codec, IPayloadHandler<T> handler, List<ConnectionProtocol> protocols, Optional<PacketFlow> flow, String version, boolean optional) Creates an instance of aPayloadRegistrationrecord class. -
Uses of StreamCodec in net.neoforged.neoforge.oldtest.misc
Fields in net.neoforged.neoforge.oldtest.misc declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<FriendlyByteBuf, ModMismatchTest.ModMismatchPayload> ModMismatchTest.ModMismatchPayload.STREAM_CODEC -
Uses of StreamCodec in net.neoforged.neoforge.oldtest.recipebook
Fields in net.neoforged.neoforge.oldtest.recipebook declared as StreamCodecModifier and TypeFieldDescriptionprivate static final StreamCodec<RegistryFriendlyByteBuf, RecipeBookTestRecipe> RecipeBookTestRecipeSerializer.STREAM_CODECMethods in net.neoforged.neoforge.oldtest.recipebook that return StreamCodec -
Uses of StreamCodec in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries declared as StreamCodecModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, RegistrySnapshot> RegistrySnapshot.STREAM_CODEC