Class CollapsableForm
java.lang.Object
com.pixelmonmod.api.client.screen.widget.StatefulWidget<CollapsableForm>
com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- All Implemented Interfaces:
States<CollapsableForm>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CollapsableForm
create()
onMouseClicked
(Action action, double mouseX, double mouseY, int button) void
render
(WidgetRenderState<CollapsableForm> state) void
tick()
Methods inherited from class com.pixelmonmod.api.client.screen.widget.StatefulWidget
bounds, boundsOffset, boundsOffset, boundsOffset, child, children, contains, contains, defaultTypeface, draggableInternal, draggedInternal, enabledInternal, equals, focusableInternal, focusedInternal, hashCode, hoverableInternal, hoveredInternal, index, index, init, init, initInternal, minecraft, offset, offset, offset, onCharTyped, onCharTypedInternal, onKeyPressed, onKeyPressedInternal, onKeyReleased, onKeyReleasedInternal, onMouseClickedInternal, onMouseDragged, onMouseDraggedInternal, onMouseMoved, onMouseMovedInternal, onMousePressedInternal, onMouseReleased, onMouseReleasedInternal, onMouseScrolled, onMouseScrolledInternal, owner, owner, parent, parent, play, play, play, play, play, play, playClick, player, position, position, position, position, positionRemap, positionRemap, postRender, postRender, postTick, preRender, preRender, preTick, rawPosition, rawSize, renderInternal, self, size, size, size, size, sizeRemap, sizeRemap, stateInternal, tickableInternal, tickInternal, toString, transform, transform, uid, visibleInternal, widget
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.pixelmonmod.api.client.screen.widget.States
active, disable, disabled, doesNotTick, draggable, draggable, dragged, dragged, enable, enabled, enabled, focusable, focusable, focused, focused, hidden, hide, hoverable, hoverable, hovered, hovered, inactive, noTicks, receivesTicks, show, state, state, state, tickable, ticks, visible, visible
-
Constructor Details
-
CollapsableForm
protected CollapsableForm()
-
-
Method Details
-
create
-
render
- Overrides:
render
in classStatefulWidget<CollapsableForm>
-
tick
public void tick()- Overrides:
tick
in classStatefulWidget<CollapsableForm>
-
onMouseClicked
- Overrides:
onMouseClicked
in classStatefulWidget<CollapsableForm>
-
colorTable
- Overrides:
colorTable
in classStatefulWidget<CollapsableForm>
-