mirror of
https://github.com/SimplexDevelopment/SimplexCore.git
synced 2025-04-15 04:53:03 +00:00
Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexCore into main
This commit is contained in:
commit
e5e62fe8e1
src/main/java/io/github/simplexdev/simplexcore/structures
@ -0,0 +1,7 @@
|
||||
package io.github.simplexdev.simplexcore.structures;
|
||||
|
||||
|
||||
public enum PasteType {
|
||||
BLOCKBYBLOCKASYNC,
|
||||
INSTANTASYNC
|
||||
}
|
8
src/main/java/io/github/simplexdev/simplexcore/structures/exception/SchematicNotLoaded.java
Normal file
8
src/main/java/io/github/simplexdev/simplexcore/structures/exception/SchematicNotLoaded.java
Normal file
@ -0,0 +1,8 @@
|
||||
package io.github.simplexdev.simplexcore.structures.exception;
|
||||
|
||||
public class SchematicNotLoaded extends Exception {
|
||||
|
||||
public SchematicNotLoaded(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user