deprecate EntityTeleportHinderedEvent

This commit is contained in:
granny
2025-11-14 21:54:40 -08:00
parent c4bf318106
commit 75b794ad47

View File

@@ -10,8 +10,10 @@ import org.jspecify.annotations.Nullable;
/**
* Fired when an entity is hindered from teleporting.
* @deprecated no longer needed
*/
@NullMarked
@Deprecated(since = "1.21.10")
public class EntityTeleportHinderedEvent extends EntityEvent {
private static final HandlerList handlers = new HandlerList();