Uses of Class
net.minecraft.network.codec.RegistryByteBuf
Packages that use RegistryByteBuf
Package
Description
The base package for all Minecraft classes.
-
Uses of RegistryByteBuf in net.minecraft
Fields in net.minecraft with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final class_9127.class_9128<ServerPlayPacketListener,RegistryByteBuf> class_9095.field_48172static final class_9127.class_9128<ClientPlayPacketListener,RegistryByteBuf> class_9095.field_48173 -
Uses of RegistryByteBuf in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,List<AdvancementEntry>> AdvancementEntry.LIST_PACKET_CODECstatic final PacketCodec<RegistryByteBuf,Advancement> Advancement.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,AdvancementDisplay> AdvancementDisplay.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,AdvancementEntry> AdvancementEntry.PACKET_CODECMethods in net.minecraft.advancement with parameters of type RegistryByteBufModifier and TypeMethodDescriptionprivate static AdvancementDisplayAdvancementDisplay.fromPacket(RegistryByteBuf buf) private static AdvancementAdvancement.read(RegistryByteBuf buf) private voidAdvancementDisplay.toPacket(RegistryByteBuf buf) private voidAdvancement.write(RegistryByteBuf buf) -
Uses of RegistryByteBuf in net.minecraft.entity.data
Methods in net.minecraft.entity.data that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionPacketCodec<? super RegistryByteBuf,T> TrackedDataHandler.codec()Methods in net.minecraft.entity.data with parameters of type RegistryByteBufModifier and TypeMethodDescriptionstatic DataTracker.SerializedEntry<?>DataTracker.SerializedEntry.fromBuf(RegistryByteBuf registryByteBuf, int id) private static <T> DataTracker.SerializedEntry<T>DataTracker.SerializedEntry.fromBuf(RegistryByteBuf registryByteBuf, int id, TrackedDataHandler<T> handler) voidDataTracker.SerializedEntry.write(RegistryByteBuf registryByteBuf) Method parameters in net.minecraft.entity.data with type arguments of type RegistryByteBufModifier and TypeMethodDescriptionstatic <T> TrackedDataHandler<T>TrackedDataHandler.create(PacketCodec<? super RegistryByteBuf, T> codec) -
Uses of RegistryByteBuf in net.minecraft.item
Fields in net.minecraft.item with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,List<ItemStack>> ItemStack.LIST_PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ItemStack> ItemStack.PACKET_CODEC -
Uses of RegistryByteBuf in net.minecraft.network.codec
Methods in net.minecraft.network.codec that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionstatic Function<ByteBuf,RegistryByteBuf> RegistryByteBuf.makeFactory(DynamicRegistryManager registryManager) static <T> PacketCodec<RegistryByteBuf,T> PacketCodecs.registry(RegistryKey<? extends Registry<T>> registry) private static <T,R> PacketCodec<RegistryByteBuf, R> PacketCodecs.registry(RegistryKey<? extends Registry<T>> registry, Function<Registry<T>, IndexedIterable<R>> registryTransformer) static <T> PacketCodec<RegistryByteBuf,RegistryEntry<T>> PacketCodecs.registryEntry(RegistryKey<? extends Registry<T>> registry) static <T> PacketCodec<RegistryByteBuf,RegistryEntry<T>> PacketCodecs.registryEntry(RegistryKey<? extends Registry<T>> registry, PacketCodec<? super RegistryByteBuf, T> fallback) Method parameters in net.minecraft.network.codec with type arguments of type RegistryByteBufModifier and TypeMethodDescriptionstatic <T> PacketCodec<RegistryByteBuf,RegistryEntry<T>> PacketCodecs.registryEntry(RegistryKey<? extends Registry<T>> registry, PacketCodec<? super RegistryByteBuf, T> fallback) -
Uses of RegistryByteBuf in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,ClickSlotC2SPacket> ClickSlotC2SPacket.CODECstatic final PacketCodec<RegistryByteBuf,CreativeInventoryActionC2SPacket> CreativeInventoryActionC2SPacket.CODECstatic final PacketCodec<RegistryByteBuf,UpdateBeaconC2SPacket> UpdateBeaconC2SPacket.CODECprivate static final PacketCodec<RegistryByteBuf,Int2ObjectMap<ItemStack>> ClickSlotC2SPacket.STACK_MAP_CODECMethods in net.minecraft.network.packet.c2s.play with parameters of type RegistryByteBufModifier and TypeMethodDescriptionprivate voidClickSlotC2SPacket.write(RegistryByteBuf buf) private voidCreativeInventoryActionC2SPacket.write(RegistryByteBuf buf) Constructors in net.minecraft.network.packet.c2s.play with parameters of type RegistryByteBufModifierConstructorDescriptionprivateprivate -
Uses of RegistryByteBuf in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,CustomPayloadS2CPacket> CustomPayloadS2CPacket.field_48620 -
Uses of RegistryByteBuf in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,DebugGameEventListenersCustomPayload> DebugGameEventListenersCustomPayload.PACKET_CODEC -
Uses of RegistryByteBuf in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,AdvancementUpdateS2CPacket> AdvancementUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,BlockEntityUpdateS2CPacket> BlockEntityUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,BlockEventS2CPacket> BlockEventS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,BlockUpdateS2CPacket> BlockUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ChunkDataS2CPacket> ChunkDataS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,CooldownUpdateS2CPacket> CooldownUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,EntityAttributesS2CPacket> EntityAttributesS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,EntityAttributesS2CPacket.Entry> EntityAttributesS2CPacket.Entry.CODECstatic final PacketCodec<RegistryByteBuf,EntityEquipmentUpdateS2CPacket> EntityEquipmentUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,EntitySpawnS2CPacket> EntitySpawnS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,EntityStatusEffectS2CPacket> EntityStatusEffectS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,EntityTrackerUpdateS2CPacket> EntityTrackerUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ExplosionS2CPacket> ExplosionS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,InventoryS2CPacket> InventoryS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,OpenScreenS2CPacket> OpenScreenS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ParticleS2CPacket> ParticleS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,PlaySoundFromEntityS2CPacket> PlaySoundFromEntityS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,PlaySoundS2CPacket> PlaySoundS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,RemoveEntityStatusEffectS2CPacket> RemoveEntityStatusEffectS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ScoreboardObjectiveUpdateS2CPacket> ScoreboardObjectiveUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ScoreboardScoreUpdateS2CPacket> ScoreboardScoreUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ScreenHandlerSlotUpdateS2CPacket> ScreenHandlerSlotUpdateS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,SetTradeOffersS2CPacket> SetTradeOffersS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,SynchronizeRecipesS2CPacket> SynchronizeRecipesS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,StatisticsS2CPacket> StatisticsS2CPacket.field_47899private static final PacketCodec<RegistryByteBuf,Object2IntMap<Stat<?>>> StatisticsS2CPacket.field_47900static final PacketCodec<RegistryByteBuf,List<ChunkData.BlockEntityData>> ChunkData.BlockEntityData.LIST_PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ChunkData.BlockEntityData> ChunkData.BlockEntityData.PACKET_CODECMethods in net.minecraft.network.packet.s2c.play with parameters of type RegistryByteBufModifier and TypeMethodDescriptionprivate voidChunkDataS2CPacket.method_55883(RegistryByteBuf buf) private static List<DataTracker.SerializedEntry<?>>EntityTrackerUpdateS2CPacket.read(RegistryByteBuf buf) private voidAdvancementUpdateS2CPacket.write(RegistryByteBuf buf) private voidBlockEventS2CPacket.write(RegistryByteBuf buf) private voidChunkData.BlockEntityData.write(RegistryByteBuf buf) voidChunkData.write(RegistryByteBuf buf) private voidEntityEquipmentUpdateS2CPacket.write(RegistryByteBuf buf) private voidEntitySpawnS2CPacket.write(RegistryByteBuf buf) private voidEntityStatusEffectS2CPacket.write(RegistryByteBuf buf) private static voidEntityTrackerUpdateS2CPacket.write(List<DataTracker.SerializedEntry<?>> trackedValues, RegistryByteBuf buf) private voidEntityTrackerUpdateS2CPacket.write(RegistryByteBuf buf) private voidExplosionS2CPacket.write(RegistryByteBuf buf) private voidInventoryS2CPacket.write(RegistryByteBuf buf) private voidParticleS2CPacket.write(RegistryByteBuf buf) private voidPlaySoundFromEntityS2CPacket.write(RegistryByteBuf buf) private voidPlaySoundS2CPacket.write(RegistryByteBuf buf) private voidScoreboardObjectiveUpdateS2CPacket.write(RegistryByteBuf buf) private voidScoreboardScoreUpdateS2CPacket.write(RegistryByteBuf buf) private voidScreenHandlerSlotUpdateS2CPacket.write(RegistryByteBuf buf) private voidSetTradeOffersS2CPacket.write(RegistryByteBuf buf) Constructors in net.minecraft.network.packet.s2c.play with parameters of type RegistryByteBufModifierConstructorDescriptionprivateprivateprivateChunkData(RegistryByteBuf buf, int x, int z) privateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivateprivate -
Uses of RegistryByteBuf in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionprivate final PacketCodec<RegistryByteBuf,DefaultParticleType> DefaultParticleType.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,DustColorTransitionParticleEffect> DustColorTransitionParticleEffect.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,DustParticleEffect> DustParticleEffect.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ParticleEffect> ParticleTypes.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,SculkChargeParticleEffect> SculkChargeParticleEffect.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ShriekParticleEffect> ShriekParticleEffect.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,VibrationParticleEffect> VibrationParticleEffect.PACKET_CODECMethods in net.minecraft.particle that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionstatic PacketCodec<? super RegistryByteBuf,BlockStateParticleEffect> BlockStateParticleEffect.createPacketCodec(ParticleType<BlockStateParticleEffect> type) static PacketCodec<? super RegistryByteBuf,ItemStackParticleEffect> ItemStackParticleEffect.createPacketCodec(ParticleType<ItemStackParticleEffect> type) DefaultParticleType.getPacketCodec()abstract PacketCodec<? super RegistryByteBuf,T> ParticleType.getPacketCodec() -
Uses of RegistryByteBuf in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionprivate final PacketCodec<RegistryByteBuf,T> CookingRecipeSerializer.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,Ingredient> Ingredient.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,RawShapedRecipe> RawShapedRecipe.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,Recipe<?>> Recipe.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,RecipeEntry<?>> RecipeEntry.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ShapedRecipe> ShapedRecipe.Serializer.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ShapelessRecipe> ShapelessRecipe.Serializer.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,SmithingTransformRecipe> SmithingTransformRecipe.Serializer.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,SmithingTrimRecipe> SmithingTrimRecipe.Serializer.PACKET_CODECprivate final PacketCodec<RegistryByteBuf,T> SpecialRecipeSerializer.PACKET_CODECprivate final PacketCodec<RegistryByteBuf,T> CuttingRecipe.Serializer.packetCodecMethods in net.minecraft.recipe that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionCookingRecipeSerializer.packetCodec()CuttingRecipe.Serializer.packetCodec()RecipeSerializer.packetCodec()ShapedRecipe.Serializer.packetCodec()ShapelessRecipe.Serializer.packetCodec()SmithingTransformRecipe.Serializer.packetCodec()SmithingTrimRecipe.Serializer.packetCodec()SpecialRecipeSerializer.packetCodec()Methods in net.minecraft.recipe with parameters of type RegistryByteBufModifier and TypeMethodDescriptionprivate TCookingRecipeSerializer.read(RegistryByteBuf buf) private static ShapedRecipeShapedRecipe.Serializer.read(RegistryByteBuf buf) private static ShapelessRecipeShapelessRecipe.Serializer.read(RegistryByteBuf buf) private static SmithingTransformRecipeSmithingTransformRecipe.Serializer.read(RegistryByteBuf buf) private static SmithingTrimRecipeSmithingTrimRecipe.Serializer.read(RegistryByteBuf buf) private static RawShapedRecipeRawShapedRecipe.readFromBuf(RegistryByteBuf buf) private voidCookingRecipeSerializer.write(RegistryByteBuf buf, T recipe) private static voidShapedRecipe.Serializer.write(RegistryByteBuf buf, ShapedRecipe recipe) private static voidShapelessRecipe.Serializer.write(RegistryByteBuf buf, ShapelessRecipe recipe) private static voidSmithingTransformRecipe.Serializer.write(RegistryByteBuf buf, SmithingTransformRecipe recipe) private static voidSmithingTrimRecipe.Serializer.write(RegistryByteBuf buf, SmithingTrimRecipe recipe) private voidRawShapedRecipe.writeToBuf(RegistryByteBuf buf) -
Uses of RegistryByteBuf in net.minecraft.scoreboard.number
Fields in net.minecraft.scoreboard.number with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,Optional<NumberFormat>> NumberFormatTypes.OPTIONAL_PACKET_CODECstatic final PacketCodec<RegistryByteBuf,NumberFormat> NumberFormatTypes.PACKET_CODECMethods in net.minecraft.scoreboard.number that return types with arguments of type RegistryByteBuf -
Uses of RegistryByteBuf in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,RegistryEntry<SoundEvent>> SoundEvent.ENTRY_PACKET_CODEC -
Uses of RegistryByteBuf in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,Stat<?>> Stat.PACKET_CODECprivate final PacketCodec<RegistryByteBuf,Stat<T>> StatType.packetCodecMethods in net.minecraft.stat that return types with arguments of type RegistryByteBuf -
Uses of RegistryByteBuf in net.minecraft.village
Fields in net.minecraft.village with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,TradeOffer> TradeOffer.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,TradeOfferList> TradeOfferList.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,VillagerData> VillagerData.PACKET_CODECMethods in net.minecraft.village with parameters of type RegistryByteBufModifier and TypeMethodDescriptionprivate static voidTradeOffer.read(RegistryByteBuf buf, TradeOffer offer) static TradeOfferTradeOffer.write(RegistryByteBuf buf) -
Uses of RegistryByteBuf in net.minecraft.world.event
Fields in net.minecraft.world.event with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,BlockPositionSource> BlockPositionSource.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,EntityPositionSource> EntityPositionSource.PACKET_CODECstatic final PacketCodec<RegistryByteBuf,PositionSource> PositionSource.PACKET_CODECMethods in net.minecraft.world.event that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionBlockPositionSource.Type.getPacketCodec()EntityPositionSource.Type.getPacketCodec()PositionSourceType.getPacketCodec()