Package appeng.entity

Examples of appeng.entity.RenderTinyTNTPrimed


  @Override
  public void postInit()
  {
    RenderingRegistry.registerBlockHandler( WorldRender.instance );
    RenderManager.instance.entityRenderMap.put( EntityTinyTNTPrimed.class, new RenderTinyTNTPrimed() );
    RenderManager.instance.entityRenderMap.put( EntityFloatingItem.class, new RenderFloatingItem() );
  }
View Full Code Here

TOP

Related Classes of appeng.entity.RenderTinyTNTPrimed

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.