java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
com.simibubi.create.foundation.gui.AbstractSimiScreen
com.simibubi.create.content.curiosities.zapper.ZapperScreen
com.simibubi.create.content.curiosities.zapper.terrainzapper.WorldshaperScreen
All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Widget

public class WorldshaperScreen extends ZapperScreen
  • Field Details

    • placementSection

      protected final net.minecraft.network.chat.Component placementSection
    • toolSection

      protected final net.minecraft.network.chat.Component toolSection
    • brushOptions

      protected final List<net.minecraft.network.chat.Component> brushOptions
    • toolButtons

      protected Vector<IconButton> toolButtons
    • placementButtons

      protected Vector<IconButton> placementButtons
    • brushInput

      protected ScrollInput brushInput
    • brushLabel

      protected Label brushLabel
    • brushParams

      protected Vector<ScrollInput> brushParams
    • brushParamLabels

      protected Vector<Label> brushParamLabels
    • followDiagonals

      protected IconButton followDiagonals
    • acrossMaterials

      protected IconButton acrossMaterials
    • followDiagonalsIndicator

      protected Indicator followDiagonalsIndicator
    • acrossMaterialsIndicator

      protected Indicator acrossMaterialsIndicator
    • currentBrush

      protected TerrainBrushes currentBrush
    • currentBrushParams

      protected int[] currentBrushParams
    • currentFollowDiagonals

      protected boolean currentFollowDiagonals
    • currentAcrossMaterials

      protected boolean currentAcrossMaterials
    • currentTool

      protected TerrainTools currentTool
    • currentPlacement

      protected PlacementOptions currentPlacement
  • Constructor Details

    • WorldshaperScreen

      public WorldshaperScreen(net.minecraft.world.item.ItemStack zapper, net.minecraft.world.InteractionHand hand)
  • Method Details