Uses of Enum Class
io.papermc.paper.entity.EntitySerializationFlag
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of EntitySerializationFlag in io.papermc.paper.entity
Modifier and TypeMethodDescriptionstatic EntitySerializationFlag
Returns the enum constant of this class with the specified name.static EntitySerializationFlag[]
EntitySerializationFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntitySerializationFlag in org.bukkit
Modifier and TypeMethodDescriptionbyte @NotNull []
UnsafeValues.serializeEntity
(@NotNull Entity entity, @NotNull EntitySerializationFlag... serializationFlags) Deprecated.Serializes the provided entity.