Uses of Interface
net.kyori.adventure.text.BlockNBTComponent.WorldPos.Coordinate
Packages that use BlockNBTComponent.WorldPos.Coordinate
Package
Description
Data for controlling components, their styles, and events.
-
Uses of BlockNBTComponent.WorldPos.Coordinate in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return BlockNBTComponent.WorldPos.CoordinateModifier and TypeMethodDescriptionBlockNBTComponent.WorldPos.Coordinate.absolute(int value) Creates a absolute coordinate with the given value.BlockNBTComponent.WorldPos.Coordinate.coordinate(int value, BlockNBTComponent.WorldPos.Coordinate.Type type) Creates a coordinate with the given value and type.BlockNBTComponent.WorldPos.Coordinate.relative(int value) Creates a relative coordinate with the given value.BlockNBTComponent.WorldPos.x()Gets the x coordinate.BlockNBTComponent.WorldPos.y()Gets the y coordinate.BlockNBTComponent.WorldPos.z()Gets the z coordinate.Methods in net.kyori.adventure.text with parameters of type BlockNBTComponent.WorldPos.CoordinateModifier and TypeMethodDescriptiondefault BlockNBTComponent.BuilderBlockNBTComponent.Builder.worldPos(BlockNBTComponent.WorldPos.Coordinate x, BlockNBTComponent.WorldPos.Coordinate y, BlockNBTComponent.WorldPos.Coordinate z) Sets the block position to aBlockNBTComponent.WorldPoswith the given coordinates.default BlockNBTComponentBlockNBTComponent.worldPos(BlockNBTComponent.WorldPos.Coordinate x, BlockNBTComponent.WorldPos.Coordinate y, BlockNBTComponent.WorldPos.Coordinate z) Sets the block position to aBlockNBTComponent.WorldPoswith the given coordinates.static BlockNBTComponent.WorldPosBlockNBTComponent.WorldPos.worldPos(BlockNBTComponent.WorldPos.Coordinate x, BlockNBTComponent.WorldPos.Coordinate y, BlockNBTComponent.WorldPos.Coordinate z) Creates a world position with the given coordinates.