public interface IBlockTranslator<I extends IIndividual> extends IIndividualTranslator<I,net.minecraft.block.state.IBlockState>
| Modifier and Type | Method and Description |
|---|---|
I |
getIndividualFromObject(net.minecraft.block.state.IBlockState blockState) |
@Nullable I getIndividualFromObject(net.minecraft.block.state.IBlockState blockState)
getIndividualFromObject in interface IIndividualTranslator<I extends IIndividual,net.minecraft.block.state.IBlockState>