Uses of Class
net.minecraft.item.crafting.RecipeBookStatus
-
Packages that use RecipeBookStatus Package Description net.minecraft.item.crafting net.minecraft.network.play.server -
-
Uses of RecipeBookStatus in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as RecipeBookStatus Modifier and Type Field Description private RecipeBookStatusRecipeBook. bookSettingsMethods in net.minecraft.item.crafting that return RecipeBookStatus Modifier and Type Method Description RecipeBookStatusRecipeBookStatus. copy()RecipeBookStatusRecipeBook. getBookSettings()static RecipeBookStatusRecipeBookStatus. read(CompoundNBT p_242154_0_)static RecipeBookStatusRecipeBookStatus. read(PacketBuffer p_242157_0_)Methods in net.minecraft.item.crafting with parameters of type RecipeBookStatus Modifier and Type Method Description voidRecipeBookStatus. replaceFrom(RecipeBookStatus p_242150_1_)voidRecipeBook. setBookSettings(RecipeBookStatus p_242140_1_) -
Uses of RecipeBookStatus in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as RecipeBookStatus Modifier and Type Field Description private RecipeBookStatusSRecipeBookPacket. bookSettingsMethods in net.minecraft.network.play.server that return RecipeBookStatus Modifier and Type Method Description RecipeBookStatusSRecipeBookPacket. getBookSettings()Constructors in net.minecraft.network.play.server with parameters of type RecipeBookStatus Constructor Description SRecipeBookPacket(SRecipeBookPacket.State p_i242083_1_, java.util.Collection<ResourceLocation> p_i242083_2_, java.util.Collection<ResourceLocation> p_i242083_3_, RecipeBookStatus p_i242083_4_)
-