public abstract class Panel extends WidgetWithBounds
| Constructor and Description |
|---|
Panel() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Panel |
color(int color) |
@NotNull Panel |
color(int lightColor,
int darkColor) |
abstract int |
getColor() |
abstract int |
getInnerColor()
Deprecated.
|
abstract @NotNull java.util.function.Predicate<Panel> |
getRendering() |
abstract int |
getXTextureOffset() |
abstract int |
getYTextureOffset() |
@NotNull Panel |
innerColor(int innerColor)
Deprecated.
|
@NotNull Panel |
innerColor(int lightColor,
int darkColor)
Deprecated.
|
@NotNull Panel |
rendering(@NotNull java.util.function.Predicate<Panel> rendering) |
abstract void |
setColor(int color) |
abstract void |
setInnerColor(int innerColor)
Deprecated.
|
abstract void |
setRendering(@NotNull java.util.function.Predicate<Panel> rendering) |
abstract void |
setXTextureOffset(int xTextureOffset) |
abstract void |
setYTextureOffset(int yTextureOffset) |
@NotNull Panel |
xTextureOffset(int xTextureOffset) |
@NotNull Panel |
yTextureOffset(int yTextureOffset) |
containsMouse, getBoundscontainsMouse, containsMouse, getZ, isMouseOver, setZgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Deprecated @ApiStatus.ScheduledForRemoval public abstract int getInnerColor()
@Deprecated @ApiStatus.ScheduledForRemoval public abstract void setInnerColor(int innerColor)
@Deprecated @ApiStatus.ScheduledForRemoval @NotNull public final @NotNull Panel innerColor(int innerColor)
@Deprecated @ApiStatus.ScheduledForRemoval @NotNull public final @NotNull Panel innerColor(int lightColor, int darkColor)
public abstract int getXTextureOffset()
public abstract void setXTextureOffset(int xTextureOffset)
@NotNull public final @NotNull Panel xTextureOffset(int xTextureOffset)
public abstract int getYTextureOffset()
public abstract void setYTextureOffset(int yTextureOffset)
@NotNull public final @NotNull Panel yTextureOffset(int yTextureOffset)
public abstract int getColor()
public abstract void setColor(int color)
@NotNull public final @NotNull Panel color(int color)
@NotNull public final @NotNull Panel color(int lightColor, int darkColor)
@NotNull public abstract @NotNull java.util.function.Predicate<Panel> getRendering()
public abstract void setRendering(@NotNull
@NotNull java.util.function.Predicate<Panel> rendering)