Package com.csse3200.game.overlays
Class SnakePopupOverlay
java.lang.Object
com.csse3200.game.overlays.Overlay
com.csse3200.game.overlays.SnakePopupOverlay
-
Nested Class Summary
Nested classes/interfaces inherited from class com.csse3200.game.overlays.Overlay
Overlay.OverlayType
-
Field Summary
Fields inherited from class com.csse3200.game.overlays.Overlay
overlayType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.csse3200.game.overlays.Overlay
add, getNewActiveOverlayList, rest, wake
-
Constructor Details
-
SnakePopupOverlay
-
-
Method Details
-
show
public void show() -
hide
public void hide() -
resize
public void resize(int width, int height) -
render
public void render(float delta) -
remove
public void remove()Description copied from class:Overlay
Removes all entities from the overlay and disposes of them. This method clears the list of entities and disposes each one, releasing any associated resources.
-