Uses of Interface
net.kyori.adventure.text.BlockNBTComponent.Builder
Packages that use BlockNBTComponent.Builder
Package
Description
Data for controlling components, their styles, and events.
-
Uses of BlockNBTComponent.Builder in net.kyori.adventure.text
Subinterfaces with type arguments of type BlockNBTComponent.Builder in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceAn NBT component builder.Methods in net.kyori.adventure.text that return BlockNBTComponent.BuilderModifier and TypeMethodDescriptiondefault BlockNBTComponent.BuilderBlockNBTComponent.Builder.absoluteWorldPos(int x, int y, int z) Sets the block position to an absoluteBlockNBTComponent.WorldPoswith the given coordinates.static BlockNBTComponent.BuilderComponent.blockNBT()Creates a block NBT component builder.default BlockNBTComponent.BuilderBlockNBTComponent.Builder.localPos(double left, double up, double forwards) Sets the block position to aBlockNBTComponent.LocalPoswith the given values.BlockNBTComponent.Builder.pos(BlockNBTComponent.Pos pos) Sets the block position.default BlockNBTComponent.BuilderBlockNBTComponent.Builder.relativeWorldPos(int x, int y, int z) Sets the block position to an relativeBlockNBTComponent.WorldPoswith the given coordinates.BlockNBTComponent.toBuilder()default 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.Method parameters in net.kyori.adventure.text with type arguments of type BlockNBTComponent.BuilderModifier and TypeMethodDescriptionstatic BlockNBTComponentComponent.blockNBT(Consumer<? super BlockNBTComponent.Builder> consumer) Creates a block NBT component by applying configuration fromconsumer.