Uses of Class
net.minecraft.stats.RecipeBookSettings
Packages that use RecipeBookSettings
-
Uses of RecipeBookSettings in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeBookSettingsModifier and TypeFieldDescriptionprivate final RecipeBookSettings
ClientboundRecipeBookSettingsPacket.bookSettings
The field for thebookSettings
record component.Methods in net.minecraft.network.protocol.game that return RecipeBookSettingsModifier and TypeMethodDescriptionClientboundRecipeBookSettingsPacket.bookSettings()
Returns the value of thebookSettings
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeBookSettingsModifierConstructorDescriptionClientboundRecipeBookSettingsPacket
(RecipeBookSettings bookSettings) Creates an instance of aClientboundRecipeBookSettingsPacket
record class. -
Uses of RecipeBookSettings in net.minecraft.stats
Fields in net.minecraft.stats declared as RecipeBookSettingsFields in net.minecraft.stats with type parameters of type RecipeBookSettingsModifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, RecipeBookSettings> RecipeBookSettings.STREAM_CODEC
Methods in net.minecraft.stats that return RecipeBookSettingsModifier and TypeMethodDescriptionRecipeBookSettings.copy()
RecipeBook.getBookSettings()
static RecipeBookSettings
RecipeBookSettings.read
(CompoundTag p_12742_) private static RecipeBookSettings
RecipeBookSettings.read
(FriendlyByteBuf p_12753_) Methods in net.minecraft.stats with parameters of type RecipeBookSettingsModifier and TypeMethodDescriptionvoid
RecipeBookSettings.replaceFrom
(RecipeBookSettings p_12733_) void
RecipeBook.setBookSettings
(RecipeBookSettings p_12688_)