Interface IBuildGoggleInformation

All Superinterfaces:
com.simibubi.create.api.equipment.goggles.IHaveCustomOverlayIcon, com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation

public interface IBuildGoggleInformation extends com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation
Declarative wrapper around Create's goggle tooltip API.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    addToGoggleTooltip(List<net.minecraft.network.chat.Component> tooltip, boolean isPlayerSneaking)
     
    void
     
     

    Methods inherited from interface com.simibubi.create.api.equipment.goggles.IHaveCustomOverlayIcon

    getIcon

    Methods inherited from interface com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation

    containedFluidTooltip
  • Method Details

    • buildGoggleStructure

      void buildGoggleStructure(GoggleBuilder builder)
    • getModId

      String getModId()
    • addToGoggleTooltip

      default boolean addToGoggleTooltip(List<net.minecraft.network.chat.Component> tooltip, boolean isPlayerSneaking)
      Specified by:
      addToGoggleTooltip in interface com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation