Package com.deco2800.game.screens
Class NpcEvictionMenu
java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.deco2800.game.screens.NpcEvictionMenu
- All Implemented Interfaces:
com.badlogic.gdx.Screen
Deprecated.
Update by 15/9/2022 -- Yingxin Liu IMPORTANT !!!
In this update, in order to match the game, this class is rebuilt passing Window()
Rather than ScreenAdapter
Therefore, from now on , this class will be deprecated , all code and new update will be moved to
In this update, in order to match the game, this class is rebuilt passing Window()
Rather than ScreenAdapter
Therefore, from now on , this class will be deprecated , all code and new update will be moved to
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.ScreenAdapter
hide, pause, resume, show
-
Constructor Details
-
NpcEvictionMenu
Deprecated.
-
-
Method Details
-
render
public void render(float delta) Deprecated.- Specified by:
renderin interfacecom.badlogic.gdx.Screen- Overrides:
renderin classcom.badlogic.gdx.ScreenAdapter
-
resize
public void resize(int width, int height) Deprecated.- Specified by:
resizein interfacecom.badlogic.gdx.Screen- Overrides:
resizein classcom.badlogic.gdx.ScreenAdapter
-
dispose
public void dispose()Deprecated.- Specified by:
disposein interfacecom.badlogic.gdx.Screen- Overrides:
disposein classcom.badlogic.gdx.ScreenAdapter
-