Package com.cake.azimuth.goggle.api
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 TypeMethodDescriptiondefault booleanaddToGoggleTooltip(List<net.minecraft.network.chat.Component> tooltip, boolean isPlayerSneaking) voidbuildGoggleStructure(GoggleBuilder builder) getModId()Methods inherited from interface com.simibubi.create.api.equipment.goggles.IHaveCustomOverlayIcon
getIconMethods inherited from interface com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation
containedFluidTooltip
-
Method Details