mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Remove unused code
This commit is contained in:
parent
2dc4673b4f
commit
e913170575
@ -124,9 +124,4 @@ public interface Block extends ProtocolObject, TagReadable, BlockConstants {
|
||||
|
||||
Comparator STATE = (b1, b2) -> b1.getStateId() == b2.getStateId();
|
||||
}
|
||||
|
||||
@FunctionalInterface
|
||||
interface Supplier {
|
||||
@NotNull Block get(short stateId);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user