Package net.mcft.copy.betterstorage.api.stand

Examples of net.mcft.copy.betterstorage.api.stand.ClientArmorStandPlayer


    GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
   
    if (armorStand.getWorldObj() == null) return;
   
    if (playerDummy == null)
      playerDummy = new ClientArmorStandPlayer(armorStand.getWorldObj());
   
    playerDummy.ticksExisted = armorStand.ticksExisted;
    playerDummy.worldObj = armorStand.getWorldObj();
    playerDummy.renderYawOffset = playerDummy.prevRenderYawOffset = rotation;
    playerDummy.rotationYawHead = playerDummy.prevRotationYawHead = rotation;
View Full Code Here

TOP

Related Classes of net.mcft.copy.betterstorage.api.stand.ClientArmorStandPlayer

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.