Package hiiragi283.core.api.gui
Object HTSlotHelper
-
- All Implemented Interfaces:
public class HTSlotHelperGUI上での座標に関するクラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTSlotHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final static IntegergetSlotPosX(Integer index)final static IntegergetSlotPosX(Double index)final static IntegergetSlotPosY(Integer index)final static IntegergetSlotPosY(Double index)-
-
Method Detail
-
getSlotPosX
final static Integer getSlotPosX(Integer index)
-
getSlotPosX
final static Integer getSlotPosX(Double index)
-
getSlotPosY
final static Integer getSlotPosY(Integer index)
-
getSlotPosY
final static Integer getSlotPosY(Double index)
-
-
-
-