Package appeng.client.render.items

Examples of appeng.client.render.items.ToolColorApplicatorRender


  public ToolColorApplicator() {
    super( ToolColorApplicator.class, null );
    setFeature( EnumSet.of( AEFeature.ColorApplicator, AEFeature.PoweredTools ) );
    maxStoredPower = AEConfig.instance.colorApplicatorBattery;
    if ( Platform.isClient() )
      MinecraftForgeClient.registerItemRenderer( this, new ToolColorApplicatorRender() );
  }
View Full Code Here

TOP

Related Classes of appeng.client.render.items.ToolColorApplicatorRender

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.