A B C D E F G I K L M N O P R S T U V W 
All Classes All Packages

A

allPossiblePicturePreviewExtensions - Static variable in class org.godot.utilities.utils.ContentGD
All possible preview picture
allValidEngineExecutableMimeTypes - Static variable in class org.godot.utilities.utils.ContentGD
Engine executable mime types
allValidProjectFiles - Static variable in class org.godot.utilities.utils.ContentGD
All valid project files
allValidReadableExtensions - Static variable in class org.godot.utilities.utils.ContentGD
Get all readable extensions
allValidResourceTypes - Static variable in class org.godot.utilities.utils.ContentGD
All valid project resource types
AnyUtils - Class in org.godot.utilities.utils
 
Arr - Class in org.godot.utilities.utils
 
AudioDriver - Enum in org.godot.utilities.core
 

B

BaseEngine - Class in org.godot.utilities.engine
 
BaseEngine(Path) - Constructor for class org.godot.utilities.engine.BaseEngine
BaseEngine constructor
BaseProject - Class in org.godot.utilities.project
 
BaseProject(Path) - Constructor for class org.godot.utilities.project.BaseProject
Project without version.
BaseProject(Path, Version) - Constructor for class org.godot.utilities.project.BaseProject
Base project constructor.
booleanEmpty() - Static method in class org.godot.utilities.utils.Arr
 
BooleanValidValues - Static variable in class org.godot.utilities.core.ini.convertion.DataConvert
All valid boolean values
boolOf(boolean...) - Static method in class org.godot.utilities.utils.Arr
 
build(Engine) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Generate engine arguments
Builder() - Constructor for class org.godot.utilities.engine.EngineArgs.Builder
 
byteEmpty() - Static method in class org.godot.utilities.utils.Arr
 
byteOf(Number...) - Static method in class org.godot.utilities.utils.Arr
 

C

changeName(String) - Method in interface org.godot.utilities.core.ini.ISection
Change section name.
charEmpty() - Static method in class org.godot.utilities.utils.Arr
 
charOf(char...) - Static method in class org.godot.utilities.utils.Arr
 
cleanString(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Clean string quotes
closeAndKill() - Method in class org.godot.utilities.engine.EngineThread
Kill current thread
contentFile - Variable in class org.godot.utilities.project.resources.ProjectResource
Content file
ContentGD - Class in org.godot.utilities.utils
 
ContentGD.IResourceStruct - Interface in org.godot.utilities.utils
Structure for resource structure
currentStableCodeVersion - Static variable in class org.godot.utilities.utils.ContentGD
Current engine stable version code

D

DataConvert - Class in org.godot.utilities.core.ini.convertion
 
DirectoryResource - Class in org.godot.utilities.core.io
 
DirectoryResource(Path) - Constructor for class org.godot.utilities.core.io.DirectoryResource
Primary constructor
doubleEmpty() - Static method in class org.godot.utilities.utils.Arr
 
doubleOf(double...) - Static method in class org.godot.utilities.utils.Arr
 
driverName - Variable in enum org.godot.utilities.core.AudioDriver
Driver name
driverName - Variable in enum org.godot.utilities.core.VideoDriver
Driver name
DUMMY - org.godot.utilities.core.AudioDriver
Audio driver "Dummy" used only in Version.V3

E

emptyOf(Class<T>) - Static method in class org.godot.utilities.utils.Arr
Generate any type of empty arrays
Engine - Class in org.godot.utilities.engine
 
Engine(Path) - Constructor for class org.godot.utilities.engine.Engine
Engine constructor.
Engine(BaseEngine) - Constructor for class org.godot.utilities.engine.Engine
Engine constructor.
EngineArgs - Class in org.godot.utilities.engine
 
EngineArgs.Builder - Class in org.godot.utilities.engine
 
EngineThread - Class in org.godot.utilities.engine
 
EngineThread(Engine) - Constructor for class org.godot.utilities.engine.EngineThread
Default constructor
EngineThread.EngineState - Enum in org.godot.utilities.engine
Engine thread states
engineVersion - Variable in class org.godot.utilities.engine.BaseEngine
Current engine version
entry(K, V) - Static method in class org.godot.utilities.utils.MapUtils
Generate simple map entry
exists() - Method in interface org.godot.utilities.core.io.IResource
Determine if current resource exists

F

FileResource - Class in org.godot.utilities.core.io
 
FileResource(Path) - Constructor for class org.godot.utilities.core.io.FileResource
Primary constructor
floatEmpty() - Static method in class org.godot.utilities.utils.Arr
 
floatOf(float...) - Static method in class org.godot.utilities.utils.Arr
 
FONT - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a font type.
foreach(List<T>, IAnyUtilsCallbacks.IForeach<T>) - Static method in class org.godot.utilities.utils.ListUtils
Foreach method
foreach(Map<K, V>, IAnyUtilsCallbacks.IForeach<Map.Entry<K, V>>) - Static method in class org.godot.utilities.utils.MapUtils
Foreach method
foreach(T[], IAnyUtilsCallbacks.IForeach<T>) - Static method in class org.godot.utilities.utils.Arr
Foreach method

G

generateCommand() - Method in class org.godot.utilities.engine.EngineArgs
Generate command
getAllScenes() - Method in class org.godot.utilities.project.scene.SceneInspector
Return all scenes
getAllSections() - Method in class org.godot.utilities.core.ini.Ini
Get all sections
getAttributes() - Method in interface org.godot.utilities.core.ini.ISection
Get section attributes
getBooleanProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get boolean property value.
getBooleanPropertyOrDefault(String, boolean) - Method in interface org.godot.utilities.core.ini.ISection
Get boolean property value.
getByteProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get byte property value.
getBytePropertyOrDefault(String, byte) - Method in interface org.godot.utilities.core.ini.ISection
Get byte property value.
getConfig() - Method in class org.godot.utilities.project.Project
Get current project config
getDefaultSection() - Method in class org.godot.utilities.core.ini.Ini
Get ini default section.
getDefaultSection() - Method in interface org.godot.utilities.core.ini.ISection
Get default section
getDoubleProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get double property value.
getDoublePropertyOrDefault(String, double) - Method in interface org.godot.utilities.core.ini.ISection
Get double property value.
getEngineThread() - Method in class org.godot.utilities.engine.Engine
Get engine thread.
getEngineThreadGroup() - Static method in class org.godot.utilities.utils.ThreadUtils
Get engine thread group instance
getEngineVersion() - Method in class org.godot.utilities.engine.BaseEngine
Get current engine version.
getExtension() - Method in class org.godot.utilities.core.io.FileResource
Get file extension
getExtension(Path) - Static method in class org.godot.utilities.utils.IOUtils
Get file extensions from path
getExtensions() - Method in interface org.godot.utilities.utils.ContentGD.IResourceStruct
Get resource type extensions
getFileContent() - Method in class org.godot.utilities.project.resources.ProjectResource
Get file content only if current file is readable.
getFloatProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get float property value.
getFloatPropertyOrDefault(String, float) - Method in interface org.godot.utilities.core.ini.ISection
Get float property value.
getFromCode(int) - Static method in enum org.godot.utilities.core.Version
Get version from code name
getFromName(String) - Static method in enum org.godot.utilities.core.AudioDriver
Get driver from name
getFromName(String) - Static method in enum org.godot.utilities.core.VideoDriver
Get driver from name
getIntegerProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get integer property value.
getIntegerPropertyOrDefault(String, int) - Method in interface org.godot.utilities.core.ini.ISection
Get integer property value.
getLongProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get long property value.
getLongPropertyOrDefault(String, long) - Method in interface org.godot.utilities.core.ini.ISection
Get long property value.
getMainScene() - Method in interface org.godot.utilities.project.IProjectInfo
Get project main scene.
getMainScene() - Method in class org.godot.utilities.project.Project
Get project main scene.
getProjectDescription() - Method in interface org.godot.utilities.project.IProjectInfo
Get project description.
getProjectDescription() - Method in class org.godot.utilities.project.Project
Get project description.
getProjectIcon() - Method in interface org.godot.utilities.project.IProjectInfo
Get project icon.
getProjectIcon() - Method in class org.godot.utilities.project.Project
Get project icon.
getProjectName() - Method in interface org.godot.utilities.project.IProjectInfo
Get project title name.
getProjectName() - Method in class org.godot.utilities.project.Project
Get project title name.
getProjectVideoDriver() - Method in interface org.godot.utilities.project.IProjectInfo
Get current project video driver.
getProjectVideoDriver() - Method in class org.godot.utilities.project.Project
Get current project video driver.
getProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get section property value.
getProperty(String, String) - Method in interface org.godot.utilities.core.ini.ISection
Get section property value or default if not exists.
getPropertyList(String) - Method in interface org.godot.utilities.core.ini.ISection
Get list property value.
getPropertyList(String, String) - Method in interface org.godot.utilities.core.ini.ISection
Get list property value.
getPropertyListOrNull(String) - Method in interface org.godot.utilities.core.ini.ISection
Get list property value.
getPropertyListOrNull(String, String) - Method in interface org.godot.utilities.core.ini.ISection
Get list property value.
getPropertyNames() - Method in interface org.godot.utilities.core.ini.ISection
Get all property names
getRandomString() - Static method in class org.godot.utilities.utils.RandomUtils
Generate random string
getRandomString(int) - Static method in class org.godot.utilities.utils.RandomUtils
Generate random string
getRecommended() - Static method in enum org.godot.utilities.core.Version
Get recommended version
getResourcePath() - Method in class org.godot.utilities.core.io.DirectoryResource
Get base resource path
getResourcePath() - Method in class org.godot.utilities.core.io.FileResource
Get base resource path
getResourcePath() - Method in interface org.godot.utilities.core.io.IResource
Get base resource path
getResourcePath() - Method in class org.godot.utilities.project.scene.SceneInspector
Get base resource path
getResourceType() - Method in interface org.godot.utilities.utils.ContentGD.IResourceStruct
Get resource type
getSceneInspector() - Method in class org.godot.utilities.project.Project
Get current scene inspector
getSection(String) - Method in class org.godot.utilities.core.ini.Ini
Get section from name
getSectionName() - Method in interface org.godot.utilities.core.ini.ISection
Get current section name
getSections(String) - Method in class org.godot.utilities.core.ini.Ini
Get all sections with the same name
getShortProperty(String) - Method in interface org.godot.utilities.core.ini.ISection
Get short property value.
getShortPropertyOrDefault(String, short) - Method in interface org.godot.utilities.core.ini.ISection
Get short property value.
getSystemRandom() - Static method in class org.godot.utilities.utils.RandomUtils
Get current system random
GLES2 - org.godot.utilities.core.VideoDriver
Video driver "GLES2" used in Version.V1, Version.V2 and Version.V3
GLES3 - org.godot.utilities.core.VideoDriver
Video driver "GLES3" used in Version.V3

I

IAnyUtilsCallbacks - Interface in org.godot.utilities.core.callback
 
IAnyUtilsCallbacks.IForeach<T> - Interface in org.godot.utilities.core.callback
Interface used to iterate the elements of a collection.
IAnyUtilsCallbacks.IRequireNotNullCallback<T> - Interface in org.godot.utilities.core.callback
Interface used to check if any element is not a null
IAnyUtilsCallbacks.ITryCastCallback<T> - Interface in org.godot.utilities.core.callback
Interface used to make a dynamic casting.
IDLE - org.godot.utilities.engine.EngineThread.EngineState
Thread state IDLE
IEngineCallbacks - Interface in org.godot.utilities.core.callback
 
IEngineCallbacks.IEngineClosingCallback - Interface in org.godot.utilities.core.callback
 
IEngineCallbacks.IEngineExecutionCallback - Interface in org.godot.utilities.core.callback
 
IEngineCallbacks.IEngineStateChangedCallback - Interface in org.godot.utilities.core.callback
 
indexOf(int[], int) - Static method in class org.godot.utilities.utils.Arr
 
indexOf(Object[], Object) - Static method in class org.godot.utilities.utils.Arr
Search an element in the array
Ini - Class in org.godot.utilities.core.ini
 
Ini() - Constructor for class org.godot.utilities.core.ini.Ini
Default constructor.
Ini(Path) - Constructor for class org.godot.utilities.core.ini.Ini
Constructor with path.
iniValidFileExtensions - Static variable in class org.godot.utilities.core.ini.Ini
All valid ini extensions.
intEmpty() - Static method in class org.godot.utilities.utils.Arr
 
intOf(int...) - Static method in class org.godot.utilities.utils.Arr
 
InvalidEngineException - Exception in org.godot.utilities.core.error
 
InvalidEngineException() - Constructor for exception org.godot.utilities.core.error.InvalidEngineException
Constructs an IOException with null as its error detail message.
InvalidEngineException(String) - Constructor for exception org.godot.utilities.core.error.InvalidEngineException
Constructs an IOException with the specified detail message.
InvalidEngineException(String, Throwable) - Constructor for exception org.godot.utilities.core.error.InvalidEngineException
Constructs an IOException with the specified detail message and cause.
InvalidEngineException(Throwable) - Constructor for exception org.godot.utilities.core.error.InvalidEngineException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidTypeValueException - Exception in org.godot.utilities.core.error
 
InvalidTypeValueException() - Constructor for exception org.godot.utilities.core.error.InvalidTypeValueException
Constructs a new exception with null as its detail message.
InvalidTypeValueException(String) - Constructor for exception org.godot.utilities.core.error.InvalidTypeValueException
Constructs a new exception with the specified detail message.
InvalidTypeValueException(String, Throwable) - Constructor for exception org.godot.utilities.core.error.InvalidTypeValueException
Constructs a new exception with the specified detail message and cause.
InvalidTypeValueException(String, Throwable, boolean, boolean) - Constructor for exception org.godot.utilities.core.error.InvalidTypeValueException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
InvalidTypeValueException(Throwable) - Constructor for exception org.godot.utilities.core.error.InvalidTypeValueException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
invoke(T) - Method in interface org.godot.utilities.core.callback.IAnyUtilsCallbacks.IRequireNotNullCallback
Invocation method
IOUtils - Class in org.godot.utilities.utils
 
IProjectInfo - Interface in org.godot.utilities.project
 
IResolver - Interface in org.godot.utilities.core.io
 
IResource - Interface in org.godot.utilities.core.io
 
isCustom - Variable in class org.godot.utilities.engine.BaseEngine
Engine type.
isCustom() - Method in class org.godot.utilities.engine.BaseEngine
Get current engine type.
isDisplayable - Variable in class org.godot.utilities.project.resources.ProjectResource
Check if file is displayable (only pictures with specific formats)
isEarlyAccess - Variable in class org.godot.utilities.engine.BaseEngine
Engine type.
isEarlyAccess() - Method in class org.godot.utilities.engine.BaseEngine
Get current engine type.
ISection - Interface in org.godot.utilities.core.ini
 
isInitialized() - Method in class org.godot.utilities.core.ini.Ini
Return initialize state
isMono - Variable in class org.godot.utilities.engine.BaseEngine
Engine type.
isMono() - Method in class org.godot.utilities.engine.BaseEngine
Get current engine type.
isReadable - Variable in class org.godot.utilities.project.resources.ProjectResource
Check if file is readable (only files with .ini syntax)

K

KILLED - org.godot.utilities.engine.EngineThread.EngineState
Thread state KILLED

L

lastIndexOf(int[], int) - Static method in class org.godot.utilities.utils.Arr
 
lastIndexOf(Object[], Object) - Static method in class org.godot.utilities.utils.Arr
Search an element in the array.
ListDelimiters - Static variable in class org.godot.utilities.core.ini.convertion.DataConvert
List delimiters
ListUtils - Class in org.godot.utilities.utils
 
loadFromPath(Path) - Method in class org.godot.utilities.core.ini.Ini
Load data from file path
location - Variable in class org.godot.utilities.core.io.DirectoryResource
Base location
location - Variable in class org.godot.utilities.core.io.FileResource
Base location
longEmpty() - Static method in class org.godot.utilities.utils.Arr
 
longOf(long...) - Static method in class org.godot.utilities.utils.Arr
 

M

magicExecutableData - Static variable in class org.godot.utilities.utils.ContentGD
This property determines if target executable is a valid Godot executable.
MapDelimiters - Static variable in class org.godot.utilities.core.ini.convertion.DataConvert
Map delimiters
MapUtils - Class in org.godot.utilities.utils
 
MODEL3D - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a 3d model type.

N

NATIVE_SCRIPT - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a native script type.
NOT_FOUND - Static variable in class org.godot.utilities.utils.Arr
Constant to indicate not found element in array

O

of(Map.Entry<K, V>...) - Static method in class org.godot.utilities.utils.MapUtils
Generate map with all entries inside
of(T...) - Static method in class org.godot.utilities.utils.Arr
Generate array from varargs.
of(T...) - Static method in class org.godot.utilities.utils.ListUtils
Generate list from arguments
onClosed(int) - Method in interface org.godot.utilities.core.callback.IEngineCallbacks.IEngineClosingCallback
Called when engine execution ends
onExecutionData(byte[], boolean) - Method in interface org.godot.utilities.core.callback.IEngineCallbacks.IEngineExecutionCallback
Called every time when engine send information to console
onStateChanged(EngineThread.EngineState, EngineThread.EngineState) - Method in interface org.godot.utilities.core.callback.IEngineCallbacks.IEngineStateChangedCallback
Detect when engine change it's state
openEditor() - Method in class org.godot.utilities.engine.EngineArgs.Builder
 
org.godot.utilities.core - package org.godot.utilities.core
 
org.godot.utilities.core.callback - package org.godot.utilities.core.callback
 
org.godot.utilities.core.error - package org.godot.utilities.core.error
 
org.godot.utilities.core.ini - package org.godot.utilities.core.ini
 
org.godot.utilities.core.ini.convertion - package org.godot.utilities.core.ini.convertion
 
org.godot.utilities.core.io - package org.godot.utilities.core.io
 
org.godot.utilities.engine - package org.godot.utilities.engine
 
org.godot.utilities.project - package org.godot.utilities.project
 
org.godot.utilities.project.resources - package org.godot.utilities.project.resources
 
org.godot.utilities.project.scene - package org.godot.utilities.project.scene
 
org.godot.utilities.utils - package org.godot.utilities.utils
 
OTHER - org.godot.utilities.project.resources.ResourceType
Determines if the asset is any other type.

P

parseBoolean(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string to boolean.
parseByte(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid byte
parseDouble(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid double
parseFloat(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid float
parseInt(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid integer
parseLong(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid long
parseShort(String) - Static method in class org.godot.utilities.core.ini.convertion.DataConvert
Convert string data to valid short
PICTURE - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a picture type.
Project - Class in org.godot.utilities.project
 
Project(Path) - Constructor for class org.godot.utilities.project.Project
Project without version.
Project(Path, Version) - Constructor for class org.godot.utilities.project.Project
Project constructor.
PROJECT - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a project type.
projectFile - Variable in class org.godot.utilities.project.BaseProject
Project file
projectFiles - Variable in enum org.godot.utilities.core.Version
Project filenames
ProjectResource - Class in org.godot.utilities.project.resources
 
ProjectResource(Path, Version) - Constructor for class org.godot.utilities.project.resources.ProjectResource
ProjectResource constructor.
ProjectResource(Path, Project) - Constructor for class org.godot.utilities.project.resources.ProjectResource
ProjectResource constructor.
projectVersion - Variable in class org.godot.utilities.project.BaseProject
Project version.
PropertyNotFoundException - Exception in org.godot.utilities.core.error
 
PropertyNotFoundException() - Constructor for exception org.godot.utilities.core.error.PropertyNotFoundException
Constructs a new exception with null as its detail message.
PropertyNotFoundException(String) - Constructor for exception org.godot.utilities.core.error.PropertyNotFoundException
Constructs a new exception with the specified detail message.
PropertyNotFoundException(String, Throwable) - Constructor for exception org.godot.utilities.core.error.PropertyNotFoundException
Constructs a new exception with the specified detail message and cause.
PropertyNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.godot.utilities.core.error.PropertyNotFoundException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
PropertyNotFoundException(Throwable) - Constructor for exception org.godot.utilities.core.error.PropertyNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

R

RandomUtils - Class in org.godot.utilities.utils
 
RandomUtils() - Constructor for class org.godot.utilities.utils.RandomUtils
 
rawVersion - Variable in class org.godot.utilities.engine.BaseEngine
Engine raw string version
requireNotNull(T, IAnyUtilsCallbacks.IRequireNotNullCallback<T>) - Static method in class org.godot.utilities.utils.AnyUtils
Require not null object
resolvePath(String) - Method in interface org.godot.utilities.core.io.IResolver
Resolve relative path to os path
resolveResource(IResource) - Method in interface org.godot.utilities.core.io.IResolver
Resolve resource to valid engine resource string
resourcesProtocol - Static variable in class org.godot.utilities.utils.ContentGD
Engine resource protocol
resourceType - Variable in class org.godot.utilities.project.resources.ProjectResource
Current resource type
ResourceType - Enum in org.godot.utilities.project.resources
Determine different resources types.
RtAudio - org.godot.utilities.core.AudioDriver
Audio driver "RtAudio-DirectSound" used in Version.V1 and Version.V2 of Godot
run() - Method in class org.godot.utilities.engine.EngineThread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

S

scanLocation() - Method in class org.godot.utilities.project.scene.SceneInspector
Scan directory
Scene - Class in org.godot.utilities.project.scene
 
Scene(Path, Version) - Constructor for class org.godot.utilities.project.scene.Scene
ProjectResource constructor.
Scene(Path, Project) - Constructor for class org.godot.utilities.project.scene.Scene
ProjectResource constructor.
SCENE - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a scene type.
sceneExtensions - Variable in enum org.godot.utilities.core.Version
Scene extensions
SceneInspector - Class in org.godot.utilities.project.scene
 
SceneInspector(Project) - Constructor for class org.godot.utilities.project.scene.SceneInspector
Default scene inspector constructor
SCRIPT - org.godot.utilities.project.resources.ResourceType
Determines if the asset is a script type.
sectionExists(String) - Method in class org.godot.utilities.core.ini.Ini
Check if section exists
SectionNotFoundException - Exception in org.godot.utilities.core.error
 
SectionNotFoundException() - Constructor for exception org.godot.utilities.core.error.SectionNotFoundException
Constructs a new exception with null as its detail message.
SectionNotFoundException(String) - Constructor for exception org.godot.utilities.core.error.SectionNotFoundException
Constructs a new exception with the specified detail message.
SectionNotFoundException(String, Throwable) - Constructor for exception org.godot.utilities.core.error.SectionNotFoundException
Constructs a new exception with the specified detail message and cause.
SectionNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.godot.utilities.core.error.SectionNotFoundException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
SectionNotFoundException(Throwable) - Constructor for exception org.godot.utilities.core.error.SectionNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
setAlwaysOnTop(boolean) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set editor always on top state
setAudioDriver(AudioDriver) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set engine audio driver
setDefaultSection(ISection) - Method in interface org.godot.utilities.core.ini.ISection
Change default section.
setFixedFPS(int) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set engine fixed FPS
setFullScreen(boolean) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set editor fullscreen state
setOnEngineClosingListener(IEngineCallbacks.IEngineClosingCallback) - Method in class org.godot.utilities.engine.EngineThread
Set engine closing listener.
setOnEngineStateChangeListener(IEngineCallbacks.IEngineStateChangedCallback) - Method in class org.godot.utilities.engine.EngineThread
Set state changed listener
setOnExecutionDataListener(IEngineCallbacks.IEngineExecutionCallback) - Method in class org.godot.utilities.engine.EngineThread
Set execution listener.
setPosition(Point) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set editor position
setProject(Project) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set current project
setProject(Project, Scene) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set current project
setScene(Scene) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set project scene
setSize(Dimension) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set editor size
setVideoDriver(VideoDriver) - Method in class org.godot.utilities.engine.EngineArgs.Builder
Set engine video driver
shortEmpty() - Static method in class org.godot.utilities.utils.Arr
 
shotOf(Number...) - Static method in class org.godot.utilities.utils.Arr
 
start() - Method in class org.godot.utilities.engine.EngineThread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start(EngineArgs.Builder) - Method in class org.godot.utilities.engine.EngineThread
 
STARTED - org.godot.utilities.engine.EngineThread.EngineState
Thread state STARTED
stringEmpty() - Static method in class org.godot.utilities.utils.Arr
 

T

ThreadUtils - Class in org.godot.utilities.utils
 
toString() - Method in class org.godot.utilities.core.ini.Ini
Object string representation
toString() - Method in class org.godot.utilities.core.io.DirectoryResource
Object string representation
toString() - Method in class org.godot.utilities.core.io.FileResource
Object string representation
toString() - Method in enum org.godot.utilities.core.Version
Object string representation
toString() - Method in class org.godot.utilities.engine.BaseEngine
Object string representation
toString() - Method in class org.godot.utilities.engine.Engine
Object string representation.
toString() - Method in class org.godot.utilities.project.BaseProject
Object string representation
toString() - Method in class org.godot.utilities.project.Project
Object string representation
toString() - Method in class org.godot.utilities.project.resources.ProjectResource
Object string representation
toString() - Method in class org.godot.utilities.project.scene.Scene
Object string representation
toString() - Method in class org.godot.utilities.project.scene.SceneInspector
Object string representation
tryCast(Object, IAnyUtilsCallbacks.ITryCastCallback<T>) - Static method in class org.godot.utilities.utils.AnyUtils
Try cast object to any type

U

UNKNOWN - org.godot.utilities.core.Version
Unknown version.
UNKNOWN - org.godot.utilities.project.resources.ResourceType
Determines if the asset is any other type.
updateContent() - Method in class org.godot.utilities.core.ini.Ini
Update file content
updateContent() - Method in class org.godot.utilities.project.resources.ProjectResource
The same behavior of ProjectResource.getFileContent() but this method return nothing.

V

V1 - org.godot.utilities.core.Version
Deprecated.
This version is deprecated and is only listed to support older projects
V2 - org.godot.utilities.core.Version
Second version of Godot.
V3 - org.godot.utilities.core.Version
Third version of Godot.
V4 - org.godot.utilities.core.Version
Future version of Godot.
valueOf(String) - Static method in enum org.godot.utilities.core.AudioDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.godot.utilities.core.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.godot.utilities.core.VideoDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.godot.utilities.engine.EngineThread.EngineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.godot.utilities.project.resources.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.godot.utilities.core.AudioDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.godot.utilities.core.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.godot.utilities.core.VideoDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.godot.utilities.engine.EngineThread.EngineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.godot.utilities.project.resources.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSeparators - Static variable in class org.godot.utilities.core.ini.convertion.DataConvert
Default value separators
version - Variable in class org.godot.utilities.project.resources.ProjectResource
Project version
Version - Enum in org.godot.utilities.core
 
versionCode - Variable in enum org.godot.utilities.core.Version
Version code
VideoDriver - Enum in org.godot.utilities.core
 
VULKAN - org.godot.utilities.core.VideoDriver
Video driver "VULKAN" used only in Version.V4

W

walkDirectory(Path, boolean, Predicate<Path>...) - Static method in class org.godot.utilities.utils.IOUtils
Walk directory with filters
walkDirectory(Path, Predicate<Path>...) - Static method in class org.godot.utilities.utils.IOUtils
Walk directory with filters
WASAPI - org.godot.utilities.core.AudioDriver
Audio driver "WASAPI" used only in Version.V3
A B C D E F G I K L M N O P R S T U V W 
All Classes All Packages