public interface IWoodAccess
WoodBlockKind,
EnumForestryWoodType,
EnumVanillaWoodType| Modifier and Type | Method and Description |
|---|---|
net.minecraft.block.state.IBlockState |
getBlock(IWoodType woodType,
WoodBlockKind kind,
boolean fireproof) |
java.util.List<IWoodType> |
getRegisteredWoodTypes() |
net.minecraft.item.ItemStack |
getStack(IWoodType woodType,
WoodBlockKind kind,
boolean fireproof) |
void |
register(IWoodType woodType,
WoodBlockKind woodBlockKind,
boolean fireproof,
net.minecraft.block.state.IBlockState blockState,
net.minecraft.item.ItemStack itemStack) |
net.minecraft.item.ItemStack getStack(IWoodType woodType, WoodBlockKind kind, boolean fireproof)
net.minecraft.block.state.IBlockState getBlock(IWoodType woodType, WoodBlockKind kind, boolean fireproof)
java.util.List<IWoodType> getRegisteredWoodTypes()
void register(IWoodType woodType, WoodBlockKind woodBlockKind, boolean fireproof, net.minecraft.block.state.IBlockState blockState, net.minecraft.item.ItemStack itemStack)