mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-23 23:31:00 +00:00
few more changes
This commit is contained in:
@@ -427,6 +427,16 @@ public final class StubPlatform implements IrisPlatform {
|
||||
public void dispatchConsoleCommand(String command) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean spawnEntity(Object world, String entityKey, double x, double y, double z) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean giveItem(Object player, String itemKey, int amount) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void log(LogLevel level, String message) {
|
||||
if (VERBOSE) {
|
||||
|
||||
Reference in New Issue
Block a user