public class PageHelper
extends java.lang.Object
| Constructor and Description |
|---|
PageHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areIRecipesEqual(net.minecraft.item.crafting.IRecipe recipe1,
net.minecraft.item.crafting.IRecipe recipe2) |
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText) |
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
net.minecraft.block.Block block) |
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
net.minecraft.client.gui.FontRenderer fontRenderer)
Deprecated.
|
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
net.minecraft.client.gui.FontRenderer fontRenderer,
net.minecraft.item.ItemStack stack)
Deprecated.
|
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
int maxLength) |
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
net.minecraft.item.Item item) |
static java.util.List<IPage> |
pagesForLongText(java.lang.String locText,
net.minecraft.item.ItemStack stack) |
public static java.util.List<IPage> pagesForLongText(java.lang.String locText, int maxLength)
public static java.util.List<IPage> pagesForLongText(java.lang.String locText)
locText - - Textpublic static java.util.List<IPage> pagesForLongText(java.lang.String locText, net.minecraft.item.ItemStack stack)
public static java.util.List<IPage> pagesForLongText(java.lang.String locText, net.minecraft.item.Item item)
locText - - Textitem - - The item to put on the first pagepublic static java.util.List<IPage> pagesForLongText(java.lang.String locText, net.minecraft.block.Block block)
locText - - Textblock - - The block to put on the first pagepublic static boolean areIRecipesEqual(net.minecraft.item.crafting.IRecipe recipe1,
net.minecraft.item.crafting.IRecipe recipe2)
recipe1 - - The first IRecipe to comparerecipe2 - - The second IRecipe to compare@Deprecated public static java.util.List<IPage> pagesForLongText(java.lang.String locText, net.minecraft.client.gui.FontRenderer fontRenderer)
@Deprecated public static java.util.List<IPage> pagesForLongText(java.lang.String locText, net.minecraft.client.gui.FontRenderer fontRenderer, net.minecraft.item.ItemStack stack)