Package com.lishid.openinv.internal.v1_5_R3

Examples of com.lishid.openinv.internal.v1_5_R3.PlayerDataManager


                    windowID.setInt(player, windowId);
                }
                catch (NoSuchFieldException e) {}

                player.playerConnection.sendPacket(new Packet100OpenWindow(windowId, 0, ((IInventory) chest).getName(), ((IInventory) chest).getSize(), true));
                player.activeContainer = new SilentContainerChest(player.inventory, ((IInventory) chest));
                player.activeContainer.windowId = windowId;
                player.activeContainer.addSlotListener(player);
                if (OpenInv.NotifySilentChest()) {
                    p.sendMessage("You are opening a chest silently.");
                }
View Full Code Here

TOP

Related Classes of com.lishid.openinv.internal.v1_5_R3.PlayerDataManager

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.