Uses of Record Class
net.minecraft.server.network.ServerRecipeBook.Packed
Packages that use ServerRecipeBook.Packed
-
Uses of ServerRecipeBook.Packed in net.minecraft.server.network
Fields in net.minecraft.server.network with type parameters of type ServerRecipeBook.PackedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ServerRecipeBook.Packed> ServerRecipeBook.Packed.CODEC
Methods in net.minecraft.server.network that return ServerRecipeBook.PackedMethods in net.minecraft.server.network with parameters of type ServerRecipeBook.PackedModifier and TypeMethodDescriptionprivate void
ServerRecipeBook.unpack
(ServerRecipeBook.Packed packed) void
ServerRecipeBook.unpack
(ServerRecipeBook.Packed packed, Predicate<RegistryKey<Recipe<?>>> validPredicate)