Package de.cerus.packetmaps.nmsbase
Class MapIcon
- java.lang.Object
-
- de.cerus.packetmaps.nmsbase.MapIcon
-
public class MapIcon extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapIcon.Type
-
Constructor Summary
Constructors Constructor Description MapIcon(MapIcon.Type type, int x, int y, int rotation, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()intgetRotation()MapIcon.TypegetType()intgetX()intgetY()
-
-
-
Constructor Detail
-
MapIcon
public MapIcon(MapIcon.Type type, int x, int y, int rotation, java.lang.String name)
-
-
Method Detail
-
getX
public int getX()
-
getY
public int getY()
-
getRotation
public int getRotation()
-
getName
public java.lang.String getName()
-
getType
public MapIcon.Type getType()
-
-