Interface LootableEntityDef
-
- All Superinterfaces:
StorableEntityDef
- All Known Implementing Classes:
AbstractWeaponEntityDef
,RestrictedEntityDef
,StructureEntityDef
public interface LootableEntityDef extends StorableEntityDef
Entity defs implementing this interface can be looted
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getLootDirectProbability()
UUID
getLootDropAlternative()
double
getLootDropProbability()
boolean
isDropEntityMods()
boolean
isLootable()
-
Methods inherited from interface de.extio.spacecraft.shared.model.entity.builtin.def.StorableEntityDef
getMass, getStorageCapacityNeeded, isStorablePreselectInEditor
-
-
-
-
Method Detail
-
isLootable
boolean isLootable()
-
getLootDropProbability
double getLootDropProbability()
-
getLootDirectProbability
double getLootDirectProbability()
-
isDropEntityMods
boolean isDropEntityMods()
-
getLootDropAlternative
UUID getLootDropAlternative()
-
-