Klasse TextureSize
java.lang.Object
gollorum.signpost.minecraft.gui.utils.TextureSize
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadd(TextureSize other) scale(float scale) subtract(TextureSize other)
-
Felddetails
-
zero
-
width
public final int width -
height
public final int height
-
-
Konstruktordetails
-
TextureSize
public TextureSize(int width, int height)
-
-
Methodendetails
-
add
-
subtract
-
scale
-