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.entries
The field for theentries
record component.ClientboundRecipeBookAddPacket.Entry.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipeBookAddPacket.EntryModifier and TypeMethodDescriptionClientboundRecipeBookAddPacket.entries()
Returns the value of theentries
record 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 aClientboundRecipeBookAddPacket
record class.