Uses of Enum Class
net.kyori.adventure.text.BlockNBTComponent.WorldPos.Coordinate.Type
Packages that use BlockNBTComponent.WorldPos.Coordinate.Type
Package
Description
Data for controlling components, their styles, and events.
-
Uses of BlockNBTComponent.WorldPos.Coordinate.Type in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return BlockNBTComponent.WorldPos.Coordinate.TypeModifier and TypeMethodDescriptionBlockNBTComponent.WorldPos.Coordinate.type()Gets the type.Returns the enum constant of this class with the specified name.BlockNBTComponent.WorldPos.Coordinate.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.text with parameters of type BlockNBTComponent.WorldPos.Coordinate.TypeModifier and TypeMethodDescriptionBlockNBTComponent.WorldPos.Coordinate.coordinate(int value, BlockNBTComponent.WorldPos.Coordinate.Type type) Creates a coordinate with the given value and type.