Package me.desht.pneumaticcraft.client.gui.widget
package me.desht.pneumaticcraft.client.gui.widget
-
ClassDescriptionImplement this on widgets which need to render in a 3d context (i.e.For widgets that need to do some drawing after everything else, to ensure it's on top.Represents a widget with a string tag, which is sent to the server in a PacketUpdateGui when the widget is clicked.PNCWidget<T extends net.minecraft.client.gui.components.AbstractWidget>Extension of GuiButtonExt that add: 1) a string tag which is sent to the server when clicked (PacketGuiButton), 2) ability to draw itemstack or textured icons, and 3) can render its area when invisibleWidgetList<T>WidgetRadioButton.Builder<T extends WidgetRadioButton>Builder to manage creating a collection of related radio buttons.This class is derived from BluePower and edited by MineMaarten: https://github.com/Qmunity/BluePower/blob/FluidCrafting/src/main/java/com/bluepowermod/client/gui/widget/WidgetTank.java