Class GoggleOverlayRenderer

java.lang.Object
com.simibubi.create.content.contraptions.goggles.GoggleOverlayRenderer

public class GoggleOverlayRenderer extends Object
  • Field Details

    • OVERLAY

      public static final net.minecraftforge.client.gui.IIngameOverlay OVERLAY
    • hoverTicks

      public static int hoverTicks
    • lastHovered

      public static net.minecraft.core.BlockPos lastHovered
  • Constructor Details

    • GoggleOverlayRenderer

      public GoggleOverlayRenderer()
  • Method Details

    • renderOverlay

      public static void renderOverlay(net.minecraftforge.client.gui.ForgeIngameGui gui, com.mojang.blaze3d.vertex.PoseStack poseStack, float partialTicks, int width, int height)
    • registerCustomGoggleCondition

      public static void registerCustomGoggleCondition(Supplier<Boolean> condition)
      Use this method to add custom entry points to the goggles overlay, e.g. custom armor, handheld alternatives, etc.