public class BubbleObject
extends java.lang.Object
Constructor and Description |
---|
BubbleObject(float x,
float y,
float size) |
Modifier and Type | Method and Description |
---|---|
float |
getSize() |
float |
getX() |
float |
getY() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix) |
void |
setSize(float size) |
void |
setX(float x) |
void |
setY(float y) |