Examples of clickPaintjob()


Examples of com.flansmod.common.guns.ContainerGunModTable.clickPaintjob()

  @Override
  public void handleServerSide(EntityPlayerMP playerEntity)
  {
    ContainerGunModTable gunModTable = ((ContainerGunModTable)playerEntity.openContainer);
    gunModTable.clickPaintjob(paintjobName);
  }

  @Override
  public void handleClientSide(EntityPlayer clientPlayer)
  {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.