Uses of Class
net.minecraft.network.RegistryFriendlyByteBuf
Packages that use RegistryFriendlyByteBuf
Package
Description
-
Uses of RegistryFriendlyByteBuf in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type RegistryFriendlyByteBufModifier 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_CODECMethods in net.minecraft.advancements with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static DisplayInfoDisplayInfo.fromNetwork(RegistryFriendlyByteBuf input) private static AdvancementAdvancement.read(RegistryFriendlyByteBuf input) private voidDisplayInfo.serializeToNetwork(RegistryFriendlyByteBuf output) private voidAdvancement.write(RegistryFriendlyByteBuf output) -
Uses of RegistryFriendlyByteBuf in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, BlockPredicate> BlockPredicate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentMatchers> DataComponentMatchers.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> DataComponentPatch.DELIMITED_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentExactPredicate> DataComponentExactPredicate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> DataComponentPatch.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 @Nullable StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.Builder.streamCodecMethods in net.minecraft.core.component that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescription<T> StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentPatch.CodecGetter.apply(DataComponentType<T> type) private static StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> DataComponentPatch.createStreamCodec(DataComponentPatch.CodecGetter codecGetter) StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.Builder.SimpleType.streamCodec()StreamCodec<? super RegistryFriendlyByteBuf, T> DataComponentType.streamCodec()Method parameters in net.minecraft.core.component with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionDataComponentType.Builder.networkSynchronized(StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec) Constructor parameters in net.minecraft.core.component with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionprivateSimpleType(@Nullable com.mojang.serialization.Codec<T> codec, StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec, boolean ignoreSwapAnimation) -
Uses of RegistryFriendlyByteBuf in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPredicate.Single<?>> DataComponentPredicate.SINGLE_STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, DataComponentPredicate.Single<T>> DataComponentPredicate.TypeBase.singleStreamCodecstatic final StreamCodec<RegistryFriendlyByteBuf, Map<DataComponentPredicate.Type<?>, DataComponentPredicate>> DataComponentPredicate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DataComponentPredicate.Type<?>> DataComponentPredicate.Type.STREAM_CODECMethods in net.minecraft.core.component.predicates that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionDataComponentPredicate.Type.singleStreamCodec()DataComponentPredicate.TypeBase.singleStreamCodec() -
Uses of RegistryFriendlyByteBuf in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DustColorTransitionOptions> DustColorTransitionOptions.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DustParticleOptions> DustParticleOptions.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ExplosionParticleInfo> ExplosionParticleInfo.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, TrailParticleOption> TrailParticleOption.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, VibrationParticleOption> VibrationParticleOption.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, SimpleParticleType> SimpleParticleType.streamCodecMethods in net.minecraft.core.particles that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic StreamCodec<? super RegistryFriendlyByteBuf, BlockParticleOption> BlockParticleOption.streamCodec(ParticleType<BlockParticleOption> type) static StreamCodec<? super RegistryFriendlyByteBuf, ItemParticleOption> ItemParticleOption.streamCodec(ParticleType<ItemParticleOption> type) abstract StreamCodec<? super RegistryFriendlyByteBuf, T> ParticleType.streamCodec()SimpleParticleType.streamCodec() -
Uses of RegistryFriendlyByteBuf in net.minecraft.network
Fields in net.minecraft.network with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, HashedPatchMap> HashedPatchMap.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, HashedStack.ActualItem> HashedStack.ActualItem.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, HashedStack> HashedStack.STREAM_CODECMethods in net.minecraft.network that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic Function<io.netty.buffer.ByteBuf, RegistryFriendlyByteBuf> RegistryFriendlyByteBuf.decorator(RegistryAccess registryAccess) Deprecated.Neo: use overload with ConnectionType contextstatic Function<io.netty.buffer.ByteBuf, RegistryFriendlyByteBuf> RegistryFriendlyByteBuf.decorator(RegistryAccess registryAccess, ConnectionType connectionType) -
Uses of RegistryFriendlyByteBuf in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ChatType> ChatType.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<Component>> ComponentSerialization.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChatType.Bound> ChatType.Bound.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<ChatType>> ChatType.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChatTypeDecoration> ChatTypeDecoration.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Component> ComponentSerialization.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 RegistryFriendlyByteBuf in net.minecraft.network.chat.numbers
Fields in net.minecraft.network.chat.numbers with type parameters of type RegistryFriendlyByteBufModifier 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 types with arguments of type RegistryFriendlyByteBuf -
Uses of RegistryFriendlyByteBuf in net.minecraft.network.codec
Methods in net.minecraft.network.codec that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> codec) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> codec, Supplier<NbtAccounter> accounter) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistriesTrusted(com.mojang.serialization.Codec<T> codec) static <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holder(ResourceKey<? extends Registry<T>> registryKey, StreamCodec<? super RegistryFriendlyByteBuf, T> directCodec) static <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holderRegistry(ResourceKey<? extends Registry<T>> registryKey) static <T> StreamCodec<RegistryFriendlyByteBuf, HolderSet<T>> ByteBufCodecs.holderSet(ResourceKey<? extends Registry<T>> registryKey) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.registry(ResourceKey<? extends Registry<T>> registryKey) private static <T,R> StreamCodec <RegistryFriendlyByteBuf, R> ByteBufCodecs.registry(ResourceKey<? extends Registry<T>> registryKey, Function<Registry<T>, IdMap<R>> mapExtractor) static <V> StreamCodec.CodecOperation<RegistryFriendlyByteBuf, V, V> ByteBufCodecs.registryFriendlyLengthPrefixed(int maxSize) Methods in net.minecraft.network.codec with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static <T> Registry<T> ByteBufCodecs.getSyncableRegistryOrThrow(RegistryFriendlyByteBuf buffer, ResourceKey<? extends Registry<T>> registryKey) Method parameters in net.minecraft.network.codec with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> StreamCodec<RegistryFriendlyByteBuf, Holder<T>> ByteBufCodecs.holder(ResourceKey<? extends Registry<T>> registryKey, StreamCodec<? super RegistryFriendlyByteBuf, T> directCodec) -
Uses of RegistryFriendlyByteBuf in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.GAMEPLAY_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundShowDialogPacket> ClientboundShowDialogPacket.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol<ClientGamePacketListener, RegistryFriendlyByteBuf> GameProtocols.CLIENTBOUND_TEMPLATEstatic final CodecModifier<RegistryFriendlyByteBuf, ServerboundSetCreativeModeSlotPacket, GameProtocols.Context> GameProtocols.HAS_INFINITE_MATERIALSstatic final StreamCodec<RegistryFriendlyByteBuf, List<ClientboundLevelChunkPacketData.BlockEntityInfo>> ClientboundLevelChunkPacketData.BlockEntityInfo.LIST_STREAM_CODECprivate final StreamDecoder<RegistryFriendlyByteBuf, ClientboundBossEventPacket.Operation> ClientboundBossEventPacket.OperationType.readerstatic final UnboundProtocol<ServerGamePacketListener, RegistryFriendlyByteBuf, GameProtocols.Context> GameProtocols.SERVERBOUND_TEMPLATEprivate static final StreamCodec<RegistryFriendlyByteBuf, Set<DebugSubscription<?>>> ServerboundDebugSubscriptionRequestPacket.SET_STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack>> 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<RegistryFriendlyByteBuf, ClientboundAwardStatsPacket> ClientboundAwardStatsPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockEntityDataPacket> ClientboundBlockEntityDataPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockEventPacket> ClientboundBlockEventPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockUpdatePacket> ClientboundBlockUpdatePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBossEventPacket> ClientboundBossEventPacket.STREAM_CODECClientboundCommandSuggestionsPacket.Entry.STREAM_CODECClientboundCommandSuggestionsPacket.STREAM_CODECClientboundContainerSetContentPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundContainerSetSlotPacket> ClientboundContainerSetSlotPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundCooldownPacket> ClientboundCooldownPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDamageEventPacket> ClientboundDamageEventPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDebugBlockValuePacket> ClientboundDebugBlockValuePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDebugChunkValuePacket> ClientboundDebugChunkValuePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDebugEntityValuePacket> ClientboundDebugEntityValuePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDebugEventPacket> ClientboundDebugEventPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundDisguisedChatPacket> ClientboundDisguisedChatPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundExplodePacket> ClientboundExplodePacket.STREAM_CODECClientboundLevelChunkPacketData.BlockEntityInfo.STREAM_CODECClientboundLevelChunkWithLightPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundLevelParticlesPacket> ClientboundLevelParticlesPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundLoginPacket> ClientboundLoginPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundMapItemDataPacket> ClientboundMapItemDataPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundMerchantOffersPacket> ClientboundMerchantOffersPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket> ClientboundOpenScreenPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlaceGhostRecipePacket> ClientboundPlaceGhostRecipePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerChatPacket> ClientboundPlayerChatPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerCombatKillPacket> ClientboundPlayerCombatKillPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerInfoUpdatePacket> ClientboundPlayerInfoUpdatePacket.STREAM_CODECClientboundRecipeBookAddPacket.Entry.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundRecipeBookAddPacket> ClientboundRecipeBookAddPacket.STREAM_CODECClientboundRecipeBookSettingsPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundRemoveMobEffectPacket> ClientboundRemoveMobEffectPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundRespawnPacket> ClientboundRespawnPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetActionBarTextPacket> ClientboundSetActionBarTextPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetCursorItemPacket> ClientboundSetCursorItemPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEntityDataPacket> ClientboundSetEntityDataPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEquipmentPacket> ClientboundSetEquipmentPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetObjectivePacket> ClientboundSetObjectivePacket.STREAM_CODECClientboundSetPlayerInventoryPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetPlayerTeamPacket> ClientboundSetPlayerTeamPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetScorePacket> ClientboundSetScorePacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetSubtitleTextPacket> ClientboundSetSubtitleTextPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetTimePacket> ClientboundSetTimePacket.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<RegistryFriendlyByteBuf, ClientboundSystemChatPacket> ClientboundSystemChatPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundTabListPacket> ClientboundTabListPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundTestInstanceBlockStatus> ClientboundTestInstanceBlockStatus.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundTrackedWaypointPacket> ClientboundTrackedWaypointPacket.STREAM_CODECClientboundUpdateAdvancementsPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateAttributesPacket.AttributeSnapshot> ClientboundUpdateAttributesPacket.AttributeSnapshot.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateAttributesPacket> ClientboundUpdateAttributesPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateMobEffectPacket> ClientboundUpdateMobEffectPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateRecipesPacket> ClientboundUpdateRecipesPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ServerboundContainerClickPacket> ServerboundContainerClickPacket.STREAM_CODECServerboundDebugSubscriptionRequestPacket.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ServerboundSetBeaconPacket> ServerboundSetBeaconPacket.STREAM_CODECServerboundSetCreativeModeSlotPacket.STREAM_CODECServerboundTestInstanceBlockActionPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static voidClientboundSetEntityDataPacket.pack(List<SynchedEntityData.DataValue<?>> items, RegistryFriendlyByteBuf output) voidClientboundPlayerInfoUpdatePacket.Action.Reader.read(ClientboundPlayerInfoUpdatePacket.EntryBuilder entry, RegistryFriendlyByteBuf input) private static List<SynchedEntityData.DataValue<?>> ClientboundSetEntityDataPacket.unpack(RegistryFriendlyByteBuf input) private voidClientboundAddEntityPacket.write(RegistryFriendlyByteBuf output) private voidClientboundBlockEventPacket.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.AddOperation.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.Operation.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.UpdateNameOperation.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.UpdateProgressOperation.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.UpdatePropertiesOperation.write(RegistryFriendlyByteBuf output) voidClientboundBossEventPacket.UpdateStyleOperation.write(RegistryFriendlyByteBuf output) private voidClientboundBossEventPacket.write(RegistryFriendlyByteBuf output) private voidClientboundContainerSetSlotPacket.write(RegistryFriendlyByteBuf output) private voidClientboundDamageEventPacket.write(RegistryFriendlyByteBuf output) private voidClientboundLevelChunkPacketData.BlockEntityInfo.write(RegistryFriendlyByteBuf output) voidClientboundLevelChunkPacketData.write(RegistryFriendlyByteBuf output) private voidClientboundLevelChunkWithLightPacket.write(RegistryFriendlyByteBuf output) private voidClientboundLevelParticlesPacket.write(RegistryFriendlyByteBuf output) private voidClientboundLoginPacket.write(RegistryFriendlyByteBuf output) private voidClientboundMerchantOffersPacket.write(RegistryFriendlyByteBuf output) private voidClientboundPlayerChatPacket.write(RegistryFriendlyByteBuf output) voidClientboundPlayerInfoUpdatePacket.Action.Writer.write(RegistryFriendlyByteBuf output, ClientboundPlayerInfoUpdatePacket.Entry entry) private voidClientboundPlayerInfoUpdatePacket.write(RegistryFriendlyByteBuf output) private voidClientboundRespawnPacket.write(RegistryFriendlyByteBuf output) private voidClientboundSetEntityDataPacket.write(RegistryFriendlyByteBuf output) private voidClientboundSetEquipmentPacket.write(RegistryFriendlyByteBuf output) private voidClientboundSetObjectivePacket.write(RegistryFriendlyByteBuf output) voidClientboundSetPlayerTeamPacket.Parameters.write(RegistryFriendlyByteBuf output) private voidClientboundSetPlayerTeamPacket.write(RegistryFriendlyByteBuf output) private voidClientboundSoundEntityPacket.write(RegistryFriendlyByteBuf output) private voidClientboundSoundPacket.write(RegistryFriendlyByteBuf output) private voidClientboundUpdateAdvancementsPacket.write(RegistryFriendlyByteBuf output) private voidClientboundUpdateMobEffectPacket.write(RegistryFriendlyByteBuf output) voidCommonPlayerSpawnInfo.write(RegistryFriendlyByteBuf output) Constructors in net.minecraft.network.protocol.game with parameters of type RegistryFriendlyByteBufModifierConstructorDescriptionprivateprivateprivateprivateprivateprivateprivateClientboundLevelChunkPacketData(RegistryFriendlyByteBuf input, int x, int z) privateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateConstructor parameters in net.minecraft.network.protocol.game with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionprivate -
Uses of RegistryFriendlyByteBuf in net.minecraft.network.syncher
Methods in net.minecraft.network.syncher that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> EntityDataSerializer.codec()Methods in net.minecraft.network.syncher with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic SynchedEntityData.DataValue<?> SynchedEntityData.DataValue.read(RegistryFriendlyByteBuf input, int id) private static <T> SynchedEntityData.DataValue<T> SynchedEntityData.DataValue.read(RegistryFriendlyByteBuf input, int id, EntityDataSerializer<T> serializer) voidSynchedEntityData.DataValue.write(RegistryFriendlyByteBuf output) Method parameters in net.minecraft.network.syncher with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> EntityDataSerializer<T> EntityDataSerializer.forValueType(StreamCodec<? super RegistryFriendlyByteBuf, T> codec) -
Uses of RegistryFriendlyByteBuf in net.minecraft.server.dialog
Fields in net.minecraft.server.dialog with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Dialog>> Dialog.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.server.level
Method parameters in net.minecraft.server.level with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionServerPlayer.openMenu(@Nullable MenuProvider provider, @Nullable Consumer<RegistryFriendlyByteBuf> extraDataWriter) -
Uses of RegistryFriendlyByteBuf in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<SoundEvent>> SoundEvent.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeBookSettings> RecipeBookSettings.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Stat<?>> Stat.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, Stat<T>> StatType.streamCodecMethods in net.minecraft.stats that return types with arguments of type RegistryFriendlyByteBuf -
Uses of RegistryFriendlyByteBuf in net.minecraft.util.debug
Fields in net.minecraft.util.debug with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DebugGameEventInfo> DebugGameEventInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DebugGameEventListenerInfo> DebugGameEventListenerInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DebugHiveInfo> DebugHiveInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DebugPoiInfo> DebugPoiInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DebugSubscription.Event<?>> DebugSubscription.Event.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DebugSubscription.Update<?>> DebugSubscription.Update.STREAM_CODECprivate final @Nullable StreamCodec<? super RegistryFriendlyByteBuf, T> DebugSubscription.valueStreamCodecMethods in net.minecraft.util.debug that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static <T> StreamCodec<? super RegistryFriendlyByteBuf, DebugSubscription.Event<T>> DebugSubscription.Event.streamCodec(DebugSubscription<T> subscription) private static <T> StreamCodec<? super RegistryFriendlyByteBuf, DebugSubscription.Update<T>> DebugSubscription.Update.streamCodec(DebugSubscription<T> subscription) @Nullable StreamCodec<? super RegistryFriendlyByteBuf, T> DebugSubscription.valueStreamCodec()Method parameters in net.minecraft.util.debug with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static <T> DebugSubscription<T> DebugSubscriptions.registerTemporaryValue(String id, StreamCodec<? super RegistryFriendlyByteBuf, T> valueStreamCodec, int expireAfterTicks) private static <T> DebugSubscription<T> DebugSubscriptions.registerWithValue(String id, StreamCodec<? super RegistryFriendlyByteBuf, T> valueStreamCodec) Constructor parameters in net.minecraft.util.debug with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionDebugSubscription(@Nullable StreamCodec<? super RegistryFriendlyByteBuf, T> valueStreamCodec) DebugSubscription(@Nullable StreamCodec<? super RegistryFriendlyByteBuf, T> valueStreamCodec, int expireAfterTicks) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.clock
Fields in net.minecraft.world.clock with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ClockState> ClockState.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<WorldClock>> WorldClock.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.damagesource
Fields in net.minecraft.world.damagesource with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<DamageType>> DamageType.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.effect
Fields in net.minecraft.world.effect with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<MobEffect>> MobEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, MobEffectInstance> MobEffectInstance.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, EntityType<?>> EntityType.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Attribute>> Attribute.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.chicken
Fields in net.minecraft.world.entity.animal.chicken with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<ChickenSoundVariant>> ChickenSoundVariant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<ChickenVariant>> ChickenVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.cow
Fields in net.minecraft.world.entity.animal.cow with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CowSoundVariant>> CowSoundVariant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CowVariant>> CowVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.feline
Fields in net.minecraft.world.entity.animal.feline with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CatSoundVariant>> CatSoundVariant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<CatVariant>> CatVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<FrogVariant>> FrogVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.nautilus
Fields in net.minecraft.world.entity.animal.nautilus with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<ZombieNautilusVariant>> ZombieNautilusVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.pig
Fields in net.minecraft.world.entity.animal.pig with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<PigSoundVariant>> PigSoundVariant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<PigVariant>> PigVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfSoundVariant>> WolfSoundVariant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfVariant>> WolfVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.decoration.painting
Fields in net.minecraft.world.entity.decoration.painting with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, PaintingVariant> PaintingVariant.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<PaintingVariant>> PaintingVariant.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.npc.villager
Fields in net.minecraft.world.entity.npc.villager with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, VillagerData> VillagerData.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<VillagerType>> VillagerType.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.entity.variant
Methods in net.minecraft.world.entity.variant that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> StreamCodec<RegistryFriendlyByteBuf, ModelAndTexture<T>> ModelAndTexture.streamCodec(StreamCodec<? super RegistryFriendlyByteBuf, T> modelCodec) Method parameters in net.minecraft.world.entity.variant with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> StreamCodec<RegistryFriendlyByteBuf, ModelAndTexture<T>> ModelAndTexture.streamCodec(StreamCodec<? super RegistryFriendlyByteBuf, T> modelCodec) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.food
Fields in net.minecraft.world.food with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FoodProperties> FoodProperties.DIRECT_STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionMenuType.create(int windowId, Inventory playerInv, RegistryFriendlyByteBuf extraData) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Instrument> Instrument.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, JukeboxSong> JukeboxSong.DIRECT_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, List<ItemStack>> ItemStack.OPTIONAL_LIST_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.OPTIONAL_UNTRUSTED_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AdventureModePredicate> AdventureModePredicate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Instrument>> Instrument.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Item>> Item.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemStackTemplate> ItemStackTemplate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, JukeboxPlayable> JukeboxPlayable.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<JukeboxSong>> JukeboxSong.STREAM_CODECMethods in net.minecraft.world.item that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.createOptionalStreamCodec(StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> patchCodec) static StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.validatedStreamCodec(StreamCodec<RegistryFriendlyByteBuf, ItemStack> codec) Method parameters in net.minecraft.world.item with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.createOptionalStreamCodec(StreamCodec<RegistryFriendlyByteBuf, DataComponentPatch> patchCodec) static StreamCodec<RegistryFriendlyByteBuf, ItemStack> ItemStack.validatedStreamCodec(StreamCodec<RegistryFriendlyByteBuf, ItemStack> codec) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Potion>> Potion.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PotionContents> PotionContents.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Bees> Bees.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BlocksAttacks.DamageReduction> BlocksAttacks.DamageReduction.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BlocksAttacks> BlocksAttacks.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BundleContents> BundleContents.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChargedProjectiles> ChargedProjectiles.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Consumable> Consumable.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DamageResistant> DamageResistant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DeathProtection> DeathProtection.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, InstrumentComponent> InstrumentComponent.STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Display.Default> ItemAttributeModifiers.Display.Default.STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Display.Hidden> ItemAttributeModifiers.Display.Hidden.STREAM_CODECprivate static final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Display.OverrideText> ItemAttributeModifiers.Display.OverrideText.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Display> ItemAttributeModifiers.Display.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<RegistryFriendlyByteBuf, KineticWeapon> KineticWeapon.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, OminousBottleAmplifier> OminousBottleAmplifier.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PiercingWeapon> PiercingWeapon.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ProvidesTrimMaterial> ProvidesTrimMaterial.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<RegistryFriendlyByteBuf, TooltipDisplay> TooltipDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, UseCooldown> UseCooldown.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, UseRemainder> UseRemainder.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Weapon> Weapon.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, WrittenBookContent> WrittenBookContent.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, ? extends ItemAttributeModifiers.Display> ItemAttributeModifiers.Display.Type.streamCodecMethods in net.minecraft.world.item.component that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate StreamCodec<RegistryFriendlyByteBuf, ? extends ItemAttributeModifiers.Display> ItemAttributeModifiers.Display.Type.streamCodec()Constructor parameters in net.minecraft.world.item.component with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionprivateType(String name, int id, com.mojang.serialization.MapCodec<? extends ItemAttributeModifiers.Display> codec, StreamCodec<RegistryFriendlyByteBuf, ? extends ItemAttributeModifiers.Display> streamCodec) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.consume_effects
Fields in net.minecraft.world.item.consume_effects with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ApplyStatusEffectsConsumeEffect> ApplyStatusEffectsConsumeEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClearAllStatusEffectsConsumeEffect> ClearAllStatusEffectsConsumeEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ConsumeEffect> ConsumeEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PlaySoundConsumeEffect> PlaySoundConsumeEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RemoveStatusEffectsConsumeEffect> RemoveStatusEffectsConsumeEffect.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TeleportRandomlyConsumeEffect> TeleportRandomlyConsumeEffect.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> ConsumeEffect.Type.streamCodecThe field for thestreamCodecrecord component.Methods in net.minecraft.world.item.consume_effects that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionConsumeEffect.Type.streamCodec()Returns the value of thestreamCodecrecord component.Method parameters in net.minecraft.world.item.consume_effects with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static <T extends ConsumeEffect>
ConsumeEffect.Type<T> ConsumeEffect.Type.register(String name, com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Constructor parameters in net.minecraft.world.item.consume_effects with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aTyperecord class. -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Ingredient> Ingredient.CONTENTS_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> Ingredient.OPTIONAL_CONTENTS_STREAM_CODECAbstractCookingRecipe.CookingBookInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BannerDuplicateRecipe> BannerDuplicateRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BlastingRecipe> BlastingRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BookCloningRecipe> BookCloningRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, CampfireCookingRecipe> CampfireCookingRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, CraftingRecipe.CraftingBookInfo> CraftingRecipe.CraftingBookInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DecoratedPotRecipe> DecoratedPotRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, DyeRecipe> DyeRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FireworkRocketRecipe> FireworkRocketRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FireworkStarFadeRecipe> FireworkStarFadeRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FireworkStarRecipe> FireworkStarRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ImbueRecipe> ImbueRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, MapExtendingRecipe> MapExtendingRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Recipe.CommonInfo> Recipe.CommonInfo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Recipe<?>> Recipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeHolder<?>> RecipeHolder.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipePropertySet> RecipePropertySet.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RepairItemRecipe> RepairItemRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedRecipe> ShapedRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedRecipePattern> ShapedRecipePattern.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapelessRecipe> ShapelessRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShieldDecorationRecipe> ShieldDecorationRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmeltingRecipe> SmeltingRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmithingTransformRecipe> SmithingTransformRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmithingTrimRecipe> SmithingTrimRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmokingRecipe> SmokingRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, StonecutterRecipe> StonecutterRecipe.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TransmuteRecipe> TransmuteRecipe.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> RecipeSerializer.streamCodecDeprecated.Methods in net.minecraft.world.item.crafting that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> AbstractCookingRecipe.cookingStreamCodec(AbstractCookingRecipe.Factory<T> factory) static <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe<T>> SelectableRecipe.noRecipeCodec()static <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe.SingleInputEntry<T>> SelectableRecipe.SingleInputEntry.noRecipeCodec()static <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe.SingleInputSet<T>> SelectableRecipe.SingleInputSet.noRecipeCodec()static <T extends SingleItemRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> SingleItemRecipe.simpleStreamCodec(SingleItemRecipe.Factory<T> factory) static <CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
StreamCodec<RegistryFriendlyByteBuf, SelfType> Recipe.BookInfo.streamCodec(StreamCodec<? super RegistryFriendlyByteBuf, CategoryType> categoryCodec, Recipe.BookInfo.Constructor<CategoryType, SelfType> constructor) RecipeSerializer.streamCodec()Deprecated.Method parameters in net.minecraft.world.item.crafting with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
StreamCodec<RegistryFriendlyByteBuf, SelfType> Recipe.BookInfo.streamCodec(StreamCodec<? super RegistryFriendlyByteBuf, CategoryType> categoryCodec, Recipe.BookInfo.Constructor<CategoryType, SelfType> constructor) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionRecipeSerializer(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aRecipeSerializerrecord class. -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FurnaceRecipeDisplay> FurnaceRecipeDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeDisplayEntry> RecipeDisplayEntry.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedCraftingRecipeDisplay> ShapedCraftingRecipeDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapelessCraftingRecipeDisplay> ShapelessCraftingRecipeDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.AnyFuel> SlotDisplay.AnyFuel.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.Composite> SlotDisplay.Composite.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.DyedSlotDemo> SlotDisplay.DyedSlotDemo.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.Empty> SlotDisplay.Empty.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.ItemSlotDisplay> SlotDisplay.ItemSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.ItemStackSlotDisplay> SlotDisplay.ItemStackSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.OnlyWithComponent> SlotDisplay.OnlyWithComponent.STREAM_CODECSlotDisplay.SmithingTrimDemoSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay> SlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.TagSlotDisplay> SlotDisplay.TagSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.WithAnyPotion> SlotDisplay.WithAnyPotion.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SlotDisplay.WithRemainder> SlotDisplay.WithRemainder.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SmithingRecipeDisplay> SmithingRecipeDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, StonecutterRecipeDisplay> StonecutterRecipeDisplay.STREAM_CODECprivate final StreamCodec<RegistryFriendlyByteBuf, T> RecipeDisplay.Type.streamCodecThe field for thestreamCodecrecord component.private final StreamCodec<RegistryFriendlyByteBuf, T> SlotDisplay.Type.streamCodecThe field for thestreamCodecrecord component.Methods in net.minecraft.world.item.crafting.display that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionRecipeDisplay.Type.streamCodec()Returns the value of thestreamCodecrecord component.SlotDisplay.Type.streamCodec()Returns the value of thestreamCodecrecord component.Constructor parameters in net.minecraft.world.item.crafting.display with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aTyperecord class.Type(com.mojang.serialization.MapCodec<T> codec, StreamCodec<RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aTyperecord class. -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Enchantment>> Enchantment.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ItemEnchantments> ItemEnchantments.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Repairable> Repairable.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.equipment
Fields in net.minecraft.world.item.equipment with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Equippable> Equippable.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.item.equipment.trim
Fields in net.minecraft.world.item.equipment.trim with type parameters of type RegistryFriendlyByteBufModifier 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 RegistryFriendlyByteBuf in net.minecraft.world.item.trading
Fields in net.minecraft.world.item.trading with type parameters of type RegistryFriendlyByteBufModifier 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_CODECMethods in net.minecraft.world.item.trading with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic MerchantOfferMerchantOffer.createFromStream(RegistryFriendlyByteBuf input) private static voidMerchantOffer.writeToStream(RegistryFriendlyByteBuf output, MerchantOffer offer) -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type RegistryFriendlyByteBufModifier 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<RegistryFriendlyByteBuf, BeehiveBlockEntity.Occupant> BeehiveBlockEntity.Occupant.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PotDecorations> PotDecorations.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TestInstanceBlockEntity.Data> TestInstanceBlockEntity.Data.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<DimensionType>> DimensionType.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, PositionSource> PositionSource.STREAM_CODECMethods in net.minecraft.world.level.gameevent that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> PositionSourceType.streamCodec() -
Uses of RegistryFriendlyByteBuf in net.minecraft.world.level.saveddata.maps
Fields in net.minecraft.world.level.saveddata.maps with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, MapDecoration> MapDecoration.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<MapDecorationType>> MapDecorationType.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.attachment
Methods in net.neoforged.neoforge.attachment with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescription@Nullable TAttachmentSyncHandler.read(IAttachmentHolder holder, RegistryFriendlyByteBuf buf, @Nullable T previousValue) Reads attachment data on the client side.voidAttachmentSyncHandler.write(RegistryFriendlyByteBuf buf, T attachment, boolean initialSync) Writes attachment data to a buffer.Method parameters in net.neoforged.neoforge.attachment with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionAttachmentType.Builder.sync(BiPredicate<IAttachmentHolder, ServerPlayer> sendToPlayer, StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec) Requests that this attachment be synced to some clients.AttachmentType.Builder.sync(StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec) Requests that this attachment be synced to all clients that receive the holding object. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.client.network
Methods in net.neoforged.neoforge.client.network with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionprivate static <T extends AbstractContainerMenu>
voidClientPayloadHandler.createMenuScreen(Component name, MenuType<T> menuType, int windowId, RegistryFriendlyByteBuf buf) -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Map<RecipeBookType, RecipeBookSettings.TypeSettings>> CommonHooks.MODDED_RECIPE_BOOK_TYPES_SETTINGS_STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionprivate static final StreamCodec<RegistryFriendlyByteBuf, ICustomIngredient> IngredientCodecs.CUSTOM_INGREDIENT_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SizedIngredient> SizedIngredient.STREAM_CODECprivate final StreamCodec<? super RegistryFriendlyByteBuf, T> IngredientType.streamCodecThe field for thestreamCodecrecord component.Methods in net.neoforged.neoforge.common.crafting that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> IngredientCodecs.optionalStreamCodec(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) static StreamCodec<RegistryFriendlyByteBuf, Ingredient> IngredientCodecs.streamCodec(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec) StreamCodec<? super RegistryFriendlyByteBuf, T> IngredientType.streamCodec()Returns the value of thestreamCodecrecord component.Method parameters in net.neoforged.neoforge.common.crafting with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> IngredientCodecs.optionalStreamCodec(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) static StreamCodec<RegistryFriendlyByteBuf, Ingredient> IngredientCodecs.streamCodec(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec) Constructor parameters in net.neoforged.neoforge.common.crafting with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionIngredientType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aIngredientTyperecord class. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionIMenuTypeExtension.create(int windowId, Inventory playerInv, RegistryFriendlyByteBuf extraData) default voidIMenuProviderExtension.writeClientSideData(AbstractContainerMenu menu, RegistryFriendlyByteBuf buffer) Allows the menu provider to write additional data to be read byIContainerFactory.create(int, Inventory, RegistryFriendlyByteBuf)when the menu is created on the client-side.Method parameters in net.neoforged.neoforge.common.extensions with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptiondefault OptionalIntIPlayerExtension.openMenu(MenuProvider menuProvider, Consumer<RegistryFriendlyByteBuf> extraDataWriter) Request to open a GUI on the client, from the server -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.common.util
Method parameters in net.neoforged.neoforge.common.util with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionFakePlayer.openMenu(@Nullable MenuProvider menuProvider, @Nullable Consumer<RegistryFriendlyByteBuf> extraDataWriter) static byte[]FriendlyByteBufUtil.writeCustomData(Consumer<RegistryFriendlyByteBuf> dataWriter, RegistryAccess registryAccess) Writes custom data to aRegistryFriendlyByteBuf, then returns the written data as a byte array. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.entity
Methods in net.neoforged.neoforge.entity with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionvoidIEntityWithComplexSpawn.readSpawnData(RegistryFriendlyByteBuf additionalData) Called by the client when it receives a Entity spawn packet.voidIEntityWithComplexSpawn.writeSpawnData(RegistryFriendlyByteBuf buffer) Called by the server when constructing the spawn packet. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Fluid>> FluidInstance.FLUID_HOLDER_STREAM_CODECstatic 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, FluidStackTemplate> FluidStackTemplate.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SimpleFluidContent> SimpleFluidContent.STREAM_CODECMethods in net.neoforged.neoforge.fluids that return types with arguments of type RegistryFriendlyByteBuf -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.fluids.crafting
Fields in net.neoforged.neoforge.fluids.crafting with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescription(package private) static final StreamCodec<RegistryFriendlyByteBuf, SimpleFluidIngredient> SimpleFluidIngredient.CONTENTS_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Optional<FluidIngredient>> FluidIngredient.OPTIONAL_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, CustomDisplayFluidIngredient> CustomDisplayFluidIngredient.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FluidIngredient> FluidIngredient.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SizedFluidIngredient> SizedFluidIngredient.STREAM_CODECprivate final StreamCodec<? super RegistryFriendlyByteBuf, T> FluidIngredientType.streamCodecThe field for thestreamCodecrecord component.Methods in net.neoforged.neoforge.fluids.crafting that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescription(package private) static StreamCodec<RegistryFriendlyByteBuf, FluidIngredient> FluidIngredientCodecs.streamCodec()StreamCodec<? super RegistryFriendlyByteBuf, T> FluidIngredientType.streamCodec()Returns the value of thestreamCodecrecord component.Constructor parameters in net.neoforged.neoforge.fluids.crafting with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionFluidIngredientType(com.mojang.serialization.MapCodec<T> codec, StreamCodec<? super RegistryFriendlyByteBuf, T> streamCodec) Creates an instance of aFluidIngredientTyperecord class. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.fluids.crafting.display
Fields in net.neoforged.neoforge.fluids.crafting.display with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FluidSlotDisplay> FluidSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FluidStackSlotDisplay> FluidStackSlotDisplay.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, FluidTagSlotDisplay> FluidTagSlotDisplay.STREAM_CODEC -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.network
Methods in net.neoforged.neoforge.network with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionIContainerFactory.create(int windowId, Inventory inv, RegistryFriendlyByteBuf data) Constructs a menu instance on the client-side in response to a menu being opened on the server-side for a player. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.network.codec
Methods in net.neoforged.neoforge.network.codec that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <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 RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <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. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, AdvancedContainerSetDataPayload> AdvancedContainerSetDataPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AdvancedOpenScreenPayload> AdvancedOpenScreenPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, AuxiliaryLightDataPayload> AuxiliaryLightDataPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeContentPayload> RecipeContentPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RegistryDataMapSyncPayload<?>> RegistryDataMapSyncPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SyncAttachmentsPayload> SyncAttachmentsPayload.STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SyncAttachmentsPayload.Target> SyncAttachmentsPayload.Target.STREAM_CODECMethods in net.neoforged.neoforge.network.payload with parameters of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionstatic <T> RegistryDataMapSyncPayload<T> RegistryDataMapSyncPayload.decode(RegistryFriendlyByteBuf buf) private static <T> TRegistryDataMapSyncPayload.readJsonWithRegistryCodec(RegistryFriendlyByteBuf buf, com.mojang.serialization.Codec<T> codec) voidRegistryDataMapSyncPayload.write(RegistryFriendlyByteBuf buf) private static <T> voidRegistryDataMapSyncPayload.writeJsonWithRegistryCodec(RegistryFriendlyByteBuf buf, com.mojang.serialization.Codec<T> codec, T value) -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionprivate final StreamCodec<? super RegistryFriendlyByteBuf, T> PayloadRegistration.codecThe field for thecodecrecord component.private final StreamCodec<RegistryFriendlyByteBuf, T> ModdedPlayPayloadRegistration.readerThe field for thereaderrecord component.Methods in net.neoforged.neoforge.network.registration that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescriptionStreamCodec<? super RegistryFriendlyByteBuf, T> PayloadRegistration.codec()Returns the value of thecodecrecord component.ModdedPlayPayloadRegistration.reader()Returns the value of thereaderrecord component.Method parameters in net.neoforged.neoforge.network.registration with type arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescription<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playBidirectional(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> codec, IPayloadHandler<T> serverHandler) Registers a bidirectional payload for the play phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playBidirectional(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> codec, IPayloadHandler<T> serverHandler, @Nullable IPayloadHandler<T> clientHandler) Registers a bidirectional payload for the play phase.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playToClient(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> codec) Registers a client-bound payload for the play phase without a handler.<T extends CustomPacketPayload>
PayloadRegistrarPayloadRegistrar.playToClient(CustomPacketPayload.Type<T> type, StreamCodec<? super RegistryFriendlyByteBuf, T> codec, 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> codec, IPayloadHandler<T> handler) Registers a server-bound payload for the play phase.Constructor parameters in net.neoforged.neoforge.network.registration with type arguments of type RegistryFriendlyByteBufModifierConstructorDescriptionModdedPlayPayloadRegistration(Identifier 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, List<ConnectionProtocol> protocols, Optional<PacketFlow> flow, String version, boolean optional) Creates an instance of aPayloadRegistrationrecord class. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.registries.holdersets
Methods in net.neoforged.neoforge.registries.holdersets that return types with arguments of type RegistryFriendlyByteBufModifier and TypeMethodDescription<T> StreamCodec<RegistryFriendlyByteBuf, ? extends ICustomHolderSet<T>> AndHolderSet.Type.makeStreamCodec(ResourceKey<? extends Registry<T>> registryKey) <T> StreamCodec<RegistryFriendlyByteBuf, ? extends ICustomHolderSet<T>> AnyHolderSet.Type.makeStreamCodec(ResourceKey<? extends Registry<T>> registryKey) <T> StreamCodec<RegistryFriendlyByteBuf, ? extends ICustomHolderSet<T>> HolderSetType.makeStreamCodec(ResourceKey<? extends Registry<T>> registryKey) <T> StreamCodec<RegistryFriendlyByteBuf, ? extends ICustomHolderSet<T>> NotHolderSet.Type.makeStreamCodec(ResourceKey<? extends Registry<T>> registryKey) <T> StreamCodec<RegistryFriendlyByteBuf, ? extends ICustomHolderSet<T>> OrHolderSet.Type.makeStreamCodec(ResourceKey<? extends Registry<T>> registryKey) -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.transfer.fluid
Fields in net.neoforged.neoforge.transfer.fluid with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, FluidResource> FluidResource.STREAM_CODECStream codec for a fluid resource. -
Uses of RegistryFriendlyByteBuf in net.neoforged.neoforge.transfer.item
Fields in net.neoforged.neoforge.transfer.item with type parameters of type RegistryFriendlyByteBufModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, ItemResource> ItemResource.STREAM_CODECStream codec for an item resource.