Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.live.LootContainer
-
Packages that use LootContainer Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanics -
-
Uses of LootContainer in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return LootContainer Modifier and Type Method Description LootContainer
LootScatterer. scatter(int entityDefIdx, CoordI2 worldPos, int radius, double healthPerc, CoordD2 baseVelocityVector, Edge2 orientation, UUID droppedBy, GameSession gameSession)
Use this method to drop loot (e.g.Methods in de.extio.spacecraft.shared.bo that return types with arguments of type LootContainer Modifier and Type Method Description List<LootContainer>
LootScatterer. scatter(AbstractEntity entity, LootScatterer.ScatteringMode mode, GameSession gameSession)
Use this method to drop random loot
-