Uses of Record Class
net.minecraft.network.protocol.game.ClientboundRecipeBookAddPacket.Entry
Packages that use ClientboundRecipeBookAddPacket.Entry
-
Uses of ClientboundRecipeBookAddPacket.Entry in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRecipeBookAddPacket.EntryModifier and TypeFieldDescriptionprivate final List<ClientboundRecipeBookAddPacket.Entry> ClientboundRecipeBookAddPacket.entriesThe field for theentriesrecord component.ClientboundRecipeBookAddPacket.Entry.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipeBookAddPacket.EntryModifier and TypeMethodDescriptionClientboundRecipeBookAddPacket.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundRecipeBookAddPacket.EntryModifierConstructorDescriptionClientboundRecipeBookAddPacket(List<ClientboundRecipeBookAddPacket.Entry> entries, boolean replace) Creates an instance of aClientboundRecipeBookAddPacketrecord class.