Package io.papermc.paper.entity
Interface TeleportFlag
- All Known Implementing Classes:
TeleportFlag.EntityState
,TeleportFlag.Relative
@Experimental
public sealed interface TeleportFlag
permits TeleportFlag.EntityState, TeleportFlag.Relative
Represents a flag that can be set on teleportation that may
slightly modify the behavior.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Represents flags that effect the entity's state on teleportation.static enum
Note: These flags only work onPlayer
entities.