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
ClientboundRecipePacket.bookSettings
Methods in net.minecraft.network.protocol.game that return RecipeBookSettingsConstructors in net.minecraft.network.protocol.game with parameters of type RecipeBookSettingsModifierConstructorDescriptionClientboundRecipePacket
(ClientboundRecipePacket.State state, Collection<ResourceLocation> recipes, Collection<ResourceLocation> toHighlight, RecipeBookSettings bookSettings) -
Uses of RecipeBookSettings in net.minecraft.stats
Fields in net.minecraft.stats declared as RecipeBookSettingsMethods in net.minecraft.stats that return RecipeBookSettingsModifier and TypeMethodDescriptionRecipeBookSettings.copy()
RecipeBook.getBookSettings()
static RecipeBookSettings
RecipeBookSettings.read
(CompoundTag tag) static RecipeBookSettings
RecipeBookSettings.read
(FriendlyByteBuf buffer) Methods in net.minecraft.stats with parameters of type RecipeBookSettingsModifier and TypeMethodDescriptionvoid
RecipeBookSettings.replaceFrom
(RecipeBookSettings other) void
RecipeBook.setBookSettings
(RecipeBookSettings settings)