Uses of Class
net.minecraft.network.RegistryByteBuf
Packages that use RegistryByteBuf
Package
Description
-
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 buf, int id) private static <T> DataTracker.SerializedEntry<T>DataTracker.SerializedEntry.fromBuf(RegistryByteBuf buf, int id, TrackedDataHandler<T> handler) voidDataTracker.SerializedEntry.write(RegistryByteBuf buf) 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
Methods in net.minecraft.network that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionstatic Function<ByteBuf,RegistryByteBuf> RegistryByteBuf.makeFactory(DynamicRegistryManager registryManager) -
Uses of RegistryByteBuf in net.minecraft.network.codec
Methods in net.minecraft.network.codec that return types with arguments of type RegistryByteBufModifier and TypeMethodDescriptionprivate 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) Returns a codec for a referenceRegistryEntry.static <T> PacketCodec<RegistryByteBuf,RegistryEntry<T>> PacketCodecs.registryEntry(RegistryKey<? extends Registry<T>> registry, PacketCodec<? super RegistryByteBuf, T> directCodec) Returns a codec for aRegistryEntry.static <T> PacketCodec<RegistryByteBuf,T> PacketCodecs.registryValue(RegistryKey<? extends Registry<T>> registry) Returns a codec for aRegistry-registered value.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> directCodec) Returns a codec for aRegistryEntry. -
Uses of RegistryByteBuf in net.minecraft.network.message
Fields in net.minecraft.network.message with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,MessageType.Parameters> MessageType.Parameters.CODEC -
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.PLAY_CODEC -
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,ChatMessageS2CPacket> ChatMessageS2CPacket.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,EntityDamageS2CPacket> EntityDamageS2CPacket.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,GameJoinS2CPacket> GameJoinS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,InventoryS2CPacket> InventoryS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,OpenScreenS2CPacket> OpenScreenS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ParticleS2CPacket> ParticleS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,PlayerRespawnS2CPacket> PlayerRespawnS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,PlaySoundFromEntityS2CPacket> PlaySoundFromEntityS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,PlaySoundS2CPacket> PlaySoundS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,ProfilelessChatMessageS2CPacket> ProfilelessChatMessageS2CPacket.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,StatisticsS2CPacket> StatisticsS2CPacket.CODECstatic final PacketCodec<RegistryByteBuf,SynchronizeRecipesS2CPacket> SynchronizeRecipesS2CPacket.CODECprivate static final PacketCodec<RegistryByteBuf,RegistryEntry<DamageType>> EntityDamageS2CPacket.field_48707private static final PacketCodec<RegistryByteBuf,RegistryEntry<DimensionType>> CommonPlayerSpawnInfo.field_48708static final PacketCodec<RegistryByteBuf,List<ChunkData.BlockEntityData>> ChunkData.BlockEntityData.LIST_PACKET_CODECstatic final PacketCodec<RegistryByteBuf,ChunkData.BlockEntityData> ChunkData.BlockEntityData.PACKET_CODECprivate static final PacketCodec<RegistryByteBuf,Object2IntMap<Stat<?>>> StatisticsS2CPacket.STAT_MAP_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 voidChatMessageS2CPacket.write(RegistryByteBuf registryByteBuf) private voidChunkData.BlockEntityData.write(RegistryByteBuf buf) voidChunkData.write(RegistryByteBuf buf) voidCommonPlayerSpawnInfo.write(RegistryByteBuf registryByteBuf) private voidEntityDamageS2CPacket.write(RegistryByteBuf registryByteBuf) 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 voidGameJoinS2CPacket.write(RegistryByteBuf registryByteBuf) private voidInventoryS2CPacket.write(RegistryByteBuf buf) private voidParticleS2CPacket.write(RegistryByteBuf buf) private voidPlayerRespawnS2CPacket.write(RegistryByteBuf registryByteBuf) 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 RegistryByteBufModifierConstructorDescriptionprivateprivateprivateprivateChatMessageS2CPacket(RegistryByteBuf registryByteBuf) ChunkData(RegistryByteBuf buf, int x, int z) privateCommonPlayerSpawnInfo(RegistryByteBuf registryByteBuf) privateEntityDamageS2CPacket(RegistryByteBuf registryByteBuf) privateprivateprivateprivateprivateprivateGameJoinS2CPacket(RegistryByteBuf registryByteBuf) privateprivateprivatePlayerRespawnS2CPacket(RegistryByteBuf registryByteBuf) privateprivateprivateprivateprivateprivate -
Uses of RegistryByteBuf in net.minecraft.network.state
Fields in net.minecraft.network.state with type parameters of type RegistryByteBufModifier and TypeFieldDescriptionstatic final NetworkState.Factory<ServerPlayPacketListener,RegistryByteBuf> PlayStateFactories.C2Sstatic final NetworkState.Factory<ClientPlayPacketListener,RegistryByteBuf> PlayStateFactories.S2C -
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 TypeFieldDescriptionstatic 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> CookingRecipeSerializer.packetCodecprivate final PacketCodec<RegistryByteBuf,T> CuttingRecipe.Serializer.packetCodecprivate final PacketCodec<RegistryByteBuf,T> SpecialRecipeSerializer.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 TypeMethodDescriptionstatic TradeOfferTradeOffer.read(RegistryByteBuf buf) private static voidTradeOffer.write(RegistryByteBuf buf, TradeOffer offer) -
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()