Class NpcEvictionMenu

java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.deco2800.game.screens.NpcEvictionMenu
All Implemented Interfaces:
com.badlogic.gdx.Screen

@Deprecated public class NpcEvictionMenu extends com.badlogic.gdx.ScreenAdapter
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
See Also:
  • Constructor Details

    • NpcEvictionMenu

      public NpcEvictionMenu(GdxGame game)
      Deprecated.
  • Method Details

    • render

      public void render(float delta)
      Deprecated.
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
    • resize

      public void resize(int width, int height)
      Deprecated.
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class com.badlogic.gdx.ScreenAdapter
    • dispose

      public void dispose()
      Deprecated.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class com.badlogic.gdx.ScreenAdapter