mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
update mockbukkit
This commit is contained in:
parent
a08fb3ac75
commit
8dbfeec2fa
2 changed files with 11 additions and 5 deletions
|
|
@ -60,12 +60,12 @@ public class AnvilViewMock extends PlayerInventoryViewMock implements AnvilView
|
|||
|
||||
@Override
|
||||
public boolean bypassesEnchantmentLevelRestriction() {
|
||||
throw new UnsupportedOperationException("Custom anvil was not think with this existing");
|
||||
throw new UnsupportedOperationException("This is currently is not used in CustomAnvil");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void bypassEnchantmentLevelRestriction(boolean bypassEnchantmentLevelRestriction) {
|
||||
throw new UnsupportedOperationException("Custom anvil was not think with this existing");
|
||||
throw new UnsupportedOperationException("This is currently is not used in CustomAnvil");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -73,4 +73,9 @@ public class AnvilViewMock extends PlayerInventoryViewMock implements AnvilView
|
|||
return top;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void open() {
|
||||
throw new UnsupportedOperationException("This is currently is not used in CustomAnvil");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue