Interface LodestoneTracker
If present, specifies the target Lodestone that a Compass should point towards.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlocation()The location that the compass should point towards.static LodestoneTracker.Builderstatic LodestoneTrackerlodestoneTracker(@Nullable Location location, boolean tracked) booleantracked()Iftrue, when the Lodestone at the target position is removed, the component will be removed.
-
Method Details
-
lodestoneTracker
-
lodestoneTracker
-
location
The location that the compass should point towards.- Returns:
- location
-
tracked
Iftrue, when the Lodestone at the target position is removed, the component will be removed.- Returns:
- tracked
-