Improve javadoc of the model generator

This commit is contained in:
thatsIch 2016-02-16 21:09:43 +01:00
parent aff3941729
commit ca21da1421

View file

@ -13,13 +13,12 @@ import net.minecraft.world.IBlockAccess;
/** /**
* TODO replace with description * This is a helper to render stuff in 1.8.+
* *
* TODO replace with intention * This is required by all blocks which require a better renderer than the in house default renderer
* *
* @author thatsIch * @author thatsIch
* @version rv3 - 16.02.2016 * @version rv3 - 16.02.2016
* @see //TODO anything to see?
* @since rv3 - 16.02.2016 * @since rv3 - 16.02.2016
*/ */
public interface ModelGenerator public interface ModelGenerator