Class TempAreaMarker
java.lang.Object
dev.kitteh.factions.integration.dynmap.TempAreaMarker
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintdoubleintdoubleintdouble[]double[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
-
world
-
x
public double[] x -
z
public double[] z -
description
-
lineColor
public int lineColor -
lineOpacity
public double lineOpacity -
lineWeight
public int lineWeight -
fillColor
public int fillColor -
fillOpacity
public double fillOpacity -
boost
public boolean boost
-
-
Constructor Details
-
TempAreaMarker
public TempAreaMarker()
-
-
Method Details
-
create
public org.dynmap.markers.AreaMarker create(org.dynmap.markers.MarkerSet markerset, String markerId) -
update
public void update(org.dynmap.markers.AreaMarker marker) -
equals
public static boolean equals(org.dynmap.markers.AreaMarker marker, double[] x, double[] z)
-