Package org.rspeer.game
Class Cutscene
- java.lang.Object
-
- org.rspeer.game.Cutscene
-
public class Cutscene extends Object
Provides cutscene operations
-
-
Constructor Summary
Constructors Constructor Description Cutscene()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MinimapStategetMinimapState()static booleanisActive()Deprecated.See other methods in this class.static booleanisFieldOfViewClamped()static booleanisPresent()static booleanisScreenFading()
-
-
-
Method Detail
-
isActive
@Deprecated public static boolean isActive()
Deprecated.See other methods in this class. The behavior of this method is `isPresent()&&isFieldOfViewClamped()`. This method was deprecated due to those 2 properties combined not always being the correct return for a cutscene.
-
isPresent
public static boolean isPresent()
-
isFieldOfViewClamped
public static boolean isFieldOfViewClamped()
-
isScreenFading
public static boolean isScreenFading()
-
getMinimapState
public static MinimapState getMinimapState()
-
-