Interface LodestoneTracker.Builder
- All Superinterfaces:
DataComponentBuilder<LodestoneTracker>
- Enclosing interface:
LodestoneTracker
@Experimental
@NonExtendable
public static interface LodestoneTracker.Builder
extends DataComponentBuilder<LodestoneTracker>
Builder for
LodestoneTracker.- Since:
- 1.21.3
-
Method Summary
Modifier and TypeMethodDescriptionSets the location to point towards for this builder.tracked(boolean tracked) Sets if this location lodestone is tracked for this builder.Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
location
-
tracked
Sets if this location lodestone is tracked for this builder.- Parameters:
tracked- is tracked- Returns:
- the builder for chaining
- Since:
- 1.21.3
- See Also:
-