Package com.prineside.tdi2.systems
Class InputSystem.InputSystemListener.InputSystemListenerAdapter
java.lang.Object
com.prineside.tdi2.systems.InputSystem.InputSystemListener.InputSystemListenerAdapter
- All Implemented Interfaces:
 GameListener,InputSystem.InputSystemListener
- Enclosing interface:
 - InputSystem.InputSystemListener
 
public abstract static class InputSystem.InputSystemListener.InputSystemListenerAdapter
extends Object
implements InputSystem.InputSystemListener
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.systems.InputSystem.InputSystemListener
InputSystem.InputSystemListener.InputSystemListenerAdapter - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidintvoidmapEntityTouched(Tile tile, Gate gate) voidpointingMapElementChanged(Tile oldTile, Tile newTile, Gate oldGate, Gate newGate)  
- 
Constructor Details
- 
InputSystemListenerAdapter
public InputSystemListenerAdapter() 
 - 
 - 
Method Details
- 
backButtonPressed
public void backButtonPressed()- Specified by:
 backButtonPressedin interfaceInputSystem.InputSystemListener
 - 
pointingMapElementChanged
- Specified by:
 pointingMapElementChangedin interfaceInputSystem.InputSystemListener
 - 
mapEntityTouched
- Specified by:
 mapEntityTouchedin interfaceInputSystem.InputSystemListener
 - 
affectsGameState
public boolean affectsGameState()- Specified by:
 affectsGameStatein interfaceGameListener- Returns:
 - true, если влияет на геймплей и есть в headless
 
 - 
getConstantId
public int getConstantId()- Specified by:
 getConstantIdin interfaceGameListener
 
 -