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 TypeMethodDescriptionboolean
void
int
void
mapEntityTouched
(Tile tile, Gate gate) void
pointingMapElementChanged
(Tile oldTile, Tile newTile, Gate oldGate, Gate newGate)
-
Constructor Details
-
InputSystemListenerAdapter
public InputSystemListenerAdapter()
-
-
Method Details
-
backButtonPressed
public void backButtonPressed()- Specified by:
backButtonPressed
in interfaceInputSystem.InputSystemListener
-
pointingMapElementChanged
- Specified by:
pointingMapElementChanged
in interfaceInputSystem.InputSystemListener
-
mapEntityTouched
- Specified by:
mapEntityTouched
in interfaceInputSystem.InputSystemListener
-
affectsGameState
public boolean affectsGameState()- Specified by:
affectsGameState
in interfaceGameListener
- Returns:
- true, если влияет на геймплей и есть в headless
-
getConstantId
public int getConstantId()- Specified by:
getConstantId
in interfaceGameListener
-