Class LodestoneTracker
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.LodestoneTracker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable GlobalPosgetPos()inthashCode()boolean@NonNull StringtoString()@NonNull LodestoneTracker@NonNull LodestoneTrackerwithTracked(boolean tracked)
-
Constructor Details
-
LodestoneTracker
-
-
Method Details
-
getPos
-
isTracked
public boolean isTracked() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withPos
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTracked
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-