Package net.thewinnt.cutscenes
Class CutsceneInstance
java.lang.Object
net.thewinnt.cutscenes.CutsceneInstance
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleandoubledoubledoubledoublegetTime()booleanbooleanvoidtick(double time) Ticks the cutscene logic, mainly theonStart/onFrame/onEndmethods of transitions and cutscene effects
-
Field Details
-
cutscene
-
startTime
public final double startTime
-
-
Constructor Details
-
CutsceneInstance
-
-
Method Details
-
tick
public void tick(double time) Ticks the cutscene logic, mainly theonStart/onFrame/onEndmethods of transitions and cutscene effects -
getTime
public double getTime() -
getLastTime
public double getLastTime() -
getEndTime
public double getEndTime() -
isTimeForStart
public boolean isTimeForStart() -
isTimeForEnd
public boolean isTimeForEnd() -
getEndProress
public double getEndProress() -
endedStartTransition
public boolean endedStartTransition() -
endedEndTransition
public boolean endedEndTransition()
-