Examples of DiveScreen


Examples of iryrwarosh.screens.DiveScreen

        } if (!world.tile(owner.position.x, owner.position.y).isSwimmable()){
          MessageBus.publish(new Note(world, owner, "You must be on a bridge or water to dive underwater."));
          return screen;
        }
       
        return new DiveScreen(screen, world, owner);
      }
    };
    item.addTrait(Trait.SWIMMER);
    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.