Examples of WEItemMini


Examples of com.aqpproject.worldmodel.game.entity.WEItemMini

            }
            m_miniaturesList.removeAll(m_miniaturesList);
            int x = 128;
            int y = (int) Singleton.getVisualisation().getResolution().y - 20 - 64;
            for (Item it : m_itemList) {
                m_miniaturesList.add(new WEItemMini("mini_" + m_miniaturesList.size(), m_miniatures.get(it.getType().toString()), new Vector2D(x, y), 0, 1));
                x += 64;
            }
        }
    }
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.