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