Uses of Class
de.extio.spacecraft.shared.bo.LootScatterer.ScatteringMode
-
Packages that use LootScatterer.ScatteringMode Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanics -
-
Uses of LootScatterer.ScatteringMode in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return LootScatterer.ScatteringMode Modifier and Type Method Description static LootScatterer.ScatteringModeLootScatterer.ScatteringMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LootScatterer.ScatteringMode[]LootScatterer.ScatteringMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.bo with parameters of type LootScatterer.ScatteringMode Modifier and Type Method Description List<LootContainer>LootScatterer. scatter(AbstractEntity entity, LootScatterer.ScatteringMode mode, GameSession gameSession)Use this method to drop random loot
-