public class ElementPressure
extends java.lang.Object
implements mcjty.theoneprobe.api.IElement
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getID() |
int |
getWidth() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y) |
void |
toBytes(net.minecraft.network.PacketBuffer buf) |
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y)
render in interface mcjty.theoneprobe.api.IElementpublic int getWidth()
getWidth in interface mcjty.theoneprobe.api.IElementpublic int getHeight()
getHeight in interface mcjty.theoneprobe.api.IElementpublic void toBytes(net.minecraft.network.PacketBuffer buf)
toBytes in interface mcjty.theoneprobe.api.IElementpublic int getID()
getID in interface mcjty.theoneprobe.api.IElement