Uses of Enum Class
io.papermc.paper.entity.EntitySerializationFlag
Packages that use EntitySerializationFlag
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of EntitySerializationFlag in io.papermc.paper.entity
Subclasses with type arguments of type EntitySerializationFlag in io.papermc.paper.entityModifier and TypeClassDescriptionenumRepresents flags for entity serialization.Methods in io.papermc.paper.entity that return EntitySerializationFlagModifier and TypeMethodDescriptionstatic EntitySerializationFlagReturns 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
Methods in org.bukkit with parameters of type EntitySerializationFlagModifier and TypeMethodDescriptionbyte @NotNull []UnsafeValues.serializeEntity(@NotNull Entity entity, @NotNull EntitySerializationFlag... serializationFlags) Deprecated.Serializes the provided entity.