public class DeprecationHelper
extends java.lang.Object
Constructor and Description |
---|
DeprecationHelper() |
Modifier and Type | Method and Description |
---|---|
static int |
getLightValue(net.minecraft.block.state.IBlockState state) |
static net.minecraft.block.state.IBlockState |
getStateFromItem(net.minecraft.item.ItemStack bitItemStack) |
static net.minecraft.block.state.IBlockState |
getStateFromMeta(net.minecraft.block.Block blk,
int meta) |
static java.lang.String |
translateToLocal(java.lang.String string) |
static java.lang.String |
translateToLocal(java.lang.String string,
java.lang.Object... args) |
public static int getLightValue(net.minecraft.block.state.IBlockState state)
public static net.minecraft.block.state.IBlockState getStateFromItem(net.minecraft.item.ItemStack bitItemStack)
public static net.minecraft.block.state.IBlockState getStateFromMeta(net.minecraft.block.Block blk, int meta)
public static java.lang.String translateToLocal(java.lang.String string)
public static java.lang.String translateToLocal(java.lang.String string, java.lang.Object... args)