A B C D E F G H I O R S T W
A
- addOrModifyVariable(String, String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
B
- BackendVariableContext - Class in io.github.redstoneboy0509.javaez.backend
-
The context in which variables made using the Core extension are stored.
- BackendVariableContext() - Constructor for class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
C
- closeFile() - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Closes any open files.
- Core - Class in io.github.redstoneboy0509.javaez.extensions
-
The core functions of JavaEZ, usually implemented in every JavaEZ project.
- Core() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Core
-
D
- doIf(boolean, Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Checks if something is true and does something if it is.
- doIf(boolean, Runnable, Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Checks if something is true and does something if it is.
E
- ErrorSystem - Class in io.github.redstoneboy0509.javaez.backend
-
The backend JavaEZ error system, used for handling internal Java errors.
- ErrorSystem() - Constructor for class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
F
- Files - Class in io.github.redstoneboy0509.javaez.extensions
-
The Files extension for handling I/O with files.
- Files() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Files
-
- forever(Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Runs code forever
G
- get(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Gets a variable
- getVariable(String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
H
- handleError(String) - Static method in class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
I
- io.github.redstoneboy0509.javaez - package io.github.redstoneboy0509.javaez
-
JavaEZ main package, everything to do with the library is in here.
- io.github.redstoneboy0509.javaez.backend - package io.github.redstoneboy0509.javaez.backend
-
Backend for JavaEZ, usually not meant to be used.
- io.github.redstoneboy0509.javaez.extensions - package io.github.redstoneboy0509.javaez.extensions
-
Extensions package, containing all extensions.
O
- openFileForReading(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Opens a file in READ mode.
- openFileForWriting(String, boolean) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Opens a file in WRITE mode.
R
- readLine() - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Reads a line of a READ-MODE file.
- remove(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Deletes a variable
- removeVariable(String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
- runParallel(Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Threads
-
Allows you to run code parallel to your other code.
S
- say(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Says something in the console.
- sendError(String, String) - Static method in class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
- set(String, String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Sets/adds a variable
T
- Threads - Class in io.github.redstoneboy0509.javaez.extensions
-
Threads extension for JavaEZ, allowing you to run something parallel to your other code
- Threads() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Threads
-
W
- waitFor(int) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Waits for a number of seconds
- writeLine(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Writes a line to a WRITE-MODE file.
A B C D E F G H I O R S T W
Copyright © 2021. All rights reserved.