PopUpManager
This class was added by a mod with mod-id cinematic_transitions
. So you need to have this mod installed if you want to use this feature.
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
import mods.cinematic_transitions.PopUpManager;
Static Methods
Return Type: void
// PopUpManager.disableColorModifier() as void
PopUpManager.disableColorModifier();
Return Type: void
// PopUpManager.disableScaleModifier() as void
PopUpManager.disableScaleModifier();
Return Type: void
// PopUpManager.disableTranslateModifier() as void
PopUpManager.disableTranslateModifier();
Return Type: void
PopUpManager.setColorModifier(red as float, green as float, blue as float, alpha as float) as void
Parameter | Type | Description |
---|---|---|
Parameter red | Type float | Description No Description Provided |
Parameter green | Type float | Description No Description Provided |
Parameter blue | Type float | Description No Description Provided |
Parameter alpha | Type float | Description No Description Provided |
Return Type: void
PopUpManager.setPopUpLength(length as float) as void
Parameter | Type | Description |
---|---|---|
Parameter length | Type float | Description No Description Provided |
Return Type: void
PopUpManager.setPopUpWaitDuration(maxWait as int) as void
Parameter | Type | Description |
---|---|---|
Parameter maxWait | Type int | Description No Description Provided |
Return Type: void
PopUpManager.setPostRenderModification(modification as Runnable) as void
Parameter | Type | Description |
---|---|---|
Parameter modification | Type Runnable | Description No Description Provided |
Return Type: void
PopUpManager.setPreRenderModification(modification as Runnable) as void
Parameter | Type | Description |
---|---|---|
Parameter modification | Type Runnable | Description No Description Provided |
Return Type: void
PopUpManager.setScaleModifier(x as float, y as float, z as float) as void
Parameter | Type | Description |
---|---|---|
Parameter x | Type float | Description No Description Provided |
Parameter y | Type float | Description No Description Provided |
Parameter z | Type float | Description No Description Provided |
Return Type: void
PopUpManager.setTranslateModifier(x as float, y as float, z as float) as void
Parameter | Type | Description |
---|---|---|
Parameter x | Type float | Description No Description Provided |
Parameter y | Type float | Description No Description Provided |
Parameter z | Type float | Description No Description Provided |