Interface IBookletChapter
public interface IBookletChapter
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackgetEntry()intgetPageIndex(IBookletPage page) int
-
Method Details
-
getAllPages
IBookletPage[] getAllPages() -
getLocalizedName
String getLocalizedName() -
getLocalizedNameWithFormatting
String getLocalizedNameWithFormatting() -
getEntry
IBookletEntry getEntry() -
getDisplayItemStack
net.minecraft.world.item.ItemStack getDisplayItemStack() -
getIdentifier
String getIdentifier() -
getPageIndex
-
getSortingPriority
int getSortingPriority()
-