Package appeng.client.render.items

Examples of appeng.client.render.items.ToolBiometricCardRender


  public ToolBiometricCard() {
    super( ToolBiometricCard.class );
    setFeature( EnumSet.of( AEFeature.Security ) );
    setMaxStackSize( 1 );
    if ( Platform.isClient() )
      MinecraftForgeClient.registerItemRenderer( this, new ToolBiometricCardRender() );
  }
View Full Code Here

TOP

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

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.