Examples of SneakScreen


Examples of iryrwarosh.screens.SneakScreen

        if (owner.rupees() < 5){
          MessageBus.publish(new Note(world, owner, "You need at least 5 rupees to sneak."));
          return screen;
        }
       
        return new SneakScreen(screen, world, owner);
      }
    };
    item.addTrait(Trait.CAMOUFLAGED);
    return item;
  }
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.