Package com.ngt.jopenmetaverse.shared.sim.inventory

Examples of com.ngt.jopenmetaverse.shared.sim.inventory.InventoryCallingCard


  {
    switch (type)
    {
    case Texture: return new InventoryTexture(id);
    case Sound: return new InventorySound(id);
    case CallingCard: return new InventoryCallingCard(id);
    case Landmark: return new InventoryLandmark(id);
    case Object: return new InventoryObject(id);
    case Notecard: return new InventoryNotecard(id);
    case Category: return new InventoryCategory(id);
    case LSL: return new InventoryLSL(id);
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.inventory.InventoryCallingCard

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.