Uses of Interface
net.kyori.adventure.text.BlockNBTComponent.Pos
Packages that use BlockNBTComponent.Pos
Package
Description
Data for controlling components, their styles, and events.
-
Uses of BlockNBTComponent.Pos in net.kyori.adventure.text
Subinterfaces of BlockNBTComponent.Pos in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceA local position.static interfaceA world position.Methods in net.kyori.adventure.text that return BlockNBTComponent.PosModifier and TypeMethodDescriptionstatic BlockNBTComponent.PosBlockNBTComponent.Pos.fromString(String input) Attempt to parse a position from the input string.BlockNBTComponent.pos()Gets the block position.Methods in net.kyori.adventure.text with parameters of type BlockNBTComponent.PosModifier and TypeMethodDescriptionstatic BlockNBTComponentComponent.blockNBT(String nbtPath, boolean interpret, @Nullable ComponentLike separator, BlockNBTComponent.Pos pos) Creates a block NBT component with a position.static BlockNBTComponentComponent.blockNBT(String nbtPath, boolean interpret, BlockNBTComponent.Pos pos) Creates a block NBT component with a position.static BlockNBTComponentComponent.blockNBT(String nbtPath, BlockNBTComponent.Pos pos) Creates a block NBT component with a position.BlockNBTComponent.Builder.pos(BlockNBTComponent.Pos pos) Sets the block position.BlockNBTComponent.pos(BlockNBTComponent.Pos pos) Sets the block position.