Remove unused code

This commit is contained in:
TheMode 2021-06-18 11:52:10 +02:00
parent 2dc4673b4f
commit e913170575

View File

@ -124,9 +124,4 @@ public interface Block extends ProtocolObject, TagReadable, BlockConstants {
Comparator STATE = (b1, b2) -> b1.getStateId() == b2.getStateId(); Comparator STATE = (b1, b2) -> b1.getStateId() == b2.getStateId();
} }
@FunctionalInterface
interface Supplier {
@NotNull Block get(short stateId);
}
} }