mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Remove wrong hasTag impl
This commit is contained in:
parent
41cb35782e
commit
e3fdadb564
@ -81,9 +81,4 @@ class BlockTest implements Block {
|
||||
public <T> @Nullable T getTag(@NotNull Tag<T> tag) {
|
||||
return tag.read(compound);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasTag(@NotNull Tag<?> tag) {
|
||||
return compound.containsKey(tag.getKey());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user