Class Waypoints
java.lang.Object
meteordevelopment.meteorclient.systems.System<Waypoints>
meteordevelopment.meteorclient.systems.waypoints.Waypoints
- All Implemented Interfaces:
Iterable<Waypoint>,ISerializable<Waypoints>
-
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.systems.System
isFirstInit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdds a waypoint or saves it if it already existsstatic booleancheckDimension(Waypoint waypoint) fromTag(net.minecraft.nbt.NbtCompound tag) static Waypointsget()getFile()voidinit()booleanisEmpty()iterator()booleannet.minecraft.nbt.NbtCompoundtoTag()Methods inherited from class meteordevelopment.meteorclient.systems.System
getName, load, load, save, saveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
BUILTIN_ICONS
-
icons
-
-
Constructor Details
-
Waypoints
public Waypoints()
-
-
Method Details
-
get
-
init
public void init() -
add
Adds a waypoint or saves it if it already exists- Returns:
trueif waypoint already exists
-
remove
-
get
-
checkDimension
-
getFile
-
isEmpty
public boolean isEmpty() -
iterator
-
toTag
public net.minecraft.nbt.NbtCompound toTag() -
fromTag
-