Class MapIcon
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.level.map.MapIcon
-
Constructor Summary
ConstructorsConstructorDescriptionMapIcon(int centerX, int centerZ, @NonNull MapIconType iconType, int iconRotation, net.kyori.adventure.text.Component displayName) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintintnet.kyori.adventure.text.Componentint@NonNull MapIconTypeinthashCode()@NonNull StringtoString()
-
Constructor Details
-
MapIcon
public MapIcon(int centerX, int centerZ, @NonNull @NonNull MapIconType iconType, int iconRotation, net.kyori.adventure.text.Component displayName)
-
-
Method Details
-
getCenterX
public int getCenterX() -
getCenterZ
public int getCenterZ() -
getIconType
-
getIconRotation
public int getIconRotation() -
getDisplayName
public net.kyori.adventure.text.Component getDisplayName() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-