Uses of Class
org.bitsquad.warzone.country.Country
Packages that use Country
Package
Description
-
Uses of Country in org.bitsquad.warzone.continent
Methods in org.bitsquad.warzone.continent that return types with arguments of type CountryMethod parameters in org.bitsquad.warzone.continent with type arguments of type CountryModifier and TypeMethodDescriptionvoidContinent.setCountries(HashMap<Integer, Country> p_countries) Setter method of countries hashmap. -
Uses of Country in org.bitsquad.warzone.gameengine.policy
Constructors in org.bitsquad.warzone.gameengine.policy with parameters of type CountryModifierConstructorDescriptionBlockadePolicy(BasePlayer p_player, Country p_blockadeCountry) Parametrized constructor -
Uses of Country in org.bitsquad.warzone.player
Fields in org.bitsquad.warzone.player with type parameters of type CountryMethods in org.bitsquad.warzone.player that return CountryModifier and TypeMethodDescriptionBasePlayer.getCountryByID(int p_countryID) Used to fetch a player owned country using Country IDMethods in org.bitsquad.warzone.player that return types with arguments of type CountryModifier and TypeMethodDescriptionBasePlayer.getCountriesOwned()Getter method for player countries ownedMethods in org.bitsquad.warzone.player with parameters of type CountryModifier and TypeMethodDescriptionvoidBasePlayer.addCountryOwned(Country p_country) Adds a country to the countries ownedvoidBasePlayer.removeCountryOwned(Country p_country) Removes a country from countries ownedMethod parameters in org.bitsquad.warzone.player with type arguments of type CountryModifier and TypeMethodDescriptionvoidBasePlayer.setCountriesOwned(ArrayList<Country> p_countriesOwned) Setter method for player countries owned