Package com.prineside.tdi2.systems
Class LootSystem.LootSystemListener.LootSystemListenerAdapter
java.lang.Object
com.prineside.tdi2.systems.LootSystem.LootSystemListener.LootSystemListenerAdapter
- All Implemented Interfaces:
 GameListener,LootSystem.LootSystemListener
- Enclosing interface:
 - LootSystem.LootSystemListener
 
public abstract static class LootSystem.LootSystemListener.LootSystemListenerAdapter
extends Object
implements LootSystem.LootSystemListener
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.systems.LootSystem.LootSystemListener
LootSystem.LootSystemListener.LootSystemListenerAdapter - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidenemyLootAdded(Enemy enemy, Item item, int count, boolean isMain) intvoidminerMinedItem(Miner miner, ItemStack itemStack) voidvoid 
- 
Constructor Details
- 
LootSystemListenerAdapter
public LootSystemListenerAdapter() 
 - 
 - 
Method Details
- 
minerMinedItem
- Specified by:
 minerMinedItemin interfaceLootSystem.LootSystemListener
 - 
enemyLootAdded
- Specified by:
 enemyLootAddedin interfaceLootSystem.LootSystemListener
 - 
rewardingAdBecameAvailable
public void rewardingAdBecameAvailable()- Specified by:
 rewardingAdBecameAvailablein interfaceLootSystem.LootSystemListener
 - 
rewardingAdRegistered
public void rewardingAdRegistered()- Specified by:
 rewardingAdRegisteredin interfaceLootSystem.LootSystemListener
 - 
affectsGameState
public boolean affectsGameState()- Specified by:
 affectsGameStatein interfaceGameListener- Returns:
 - true, если влияет на геймплей и есть в headless
 
 - 
getConstantId
public int getConstantId()- Specified by:
 getConstantIdin interfaceGameListener
 
 -