Interface LodestoneTracker
If present, specifies the target Lodestone that a Compass should point towards.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
The location that the compass should point towards.static LodestoneTracker.Builder
static LodestoneTracker
lodestoneTracker
(@Nullable Location location, boolean tracked) boolean
tracked()
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
-