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 pTag) private static RecipeBookSettings
RecipeBookSettings.read
(FriendlyByteBuf pBuffer) Methods in net.minecraft.stats with parameters of type RecipeBookSettingsModifier and TypeMethodDescriptionvoid
RecipeBookSettings.replaceFrom
(RecipeBookSettings pOther) void
RecipeBook.setBookSettings
(RecipeBookSettings pSettings)