Ignore deprecations we can't address (yet)

This commit is contained in:
Alexander Brandes
2023-09-16 21:48:13 +02:00
parent b7c9453a1a
commit f705487055
5 changed files with 9 additions and 1 deletions

View File

@ -74,6 +74,7 @@ public final class ReplicatingEntityWrapper extends EntityWrapper {
private HorseStats horse;
private boolean noGravity;
@SuppressWarnings("deprecation") // Deprecation exists since 1.20, while we support 1.16 onwards
public ReplicatingEntityWrapper(Entity entity, short depth) {
super(entity);