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 RecipeBookSettingsClientboundRecipeBookSettingsPacket.bookSettingsThe field for thebookSettingsrecord component.Methods in net.minecraft.network.protocol.game that return RecipeBookSettingsModifier and TypeMethodDescriptionClientboundRecipeBookSettingsPacket.bookSettings()Returns the value of thebookSettingsrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeBookSettingsModifierConstructorDescriptionClientboundRecipeBookSettingsPacket(RecipeBookSettings bookSettings) Creates an instance of aClientboundRecipeBookSettingsPacketrecord 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_CODECMethods in net.minecraft.stats that return RecipeBookSettingsModifier and TypeMethodDescriptionRecipeBookSettings.copy()RecipeBook.getBookSettings()static RecipeBookSettingsRecipeBookSettings.read(CompoundTag pTag) private static RecipeBookSettingsRecipeBookSettings.read(FriendlyByteBuf pBuffer) Methods in net.minecraft.stats with parameters of type RecipeBookSettingsModifier and TypeMethodDescriptionvoidRecipeBookSettings.replaceFrom(RecipeBookSettings pOther) voidRecipeBook.setBookSettings(RecipeBookSettings pSettings)