Class TemperatureDisplaySource

java.lang.Object
com.simibubi.create.api.behaviour.display.DisplaySource
com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource
com.lightning.northstar.block.display.TemperatureDisplaySource

public class TemperatureDisplaySource extends com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource
  • Field Summary

    Fields inherited from class com.simibubi.create.api.behaviour.display.DisplaySource

    BY_BLOCK, BY_BLOCK_ENTITY, EMPTY, EMPTY_LINE, WHITESPACE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    allowsLabeling(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context)
     
    void
    initConfigurationWidgets(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context, com.simibubi.create.foundation.gui.ModularGuiLineBuilder builder, boolean isFirstLine)
     
    protected net.minecraft.network.chat.MutableComponent
    provideLine(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context, com.simibubi.create.content.redstone.displayLink.target.DisplayTargetStats stats)
     

    Methods inherited from class com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource

    addLabelingTextBox, createSectionForValue, getFlapDisplayLayoutName, loadFlapDisplayLayout, provideFlapDisplayText, provideText

    Methods inherited from class com.simibubi.create.api.behaviour.display.DisplaySource

    displaySource, get, getAll, getId, getName, getPassiveRefreshTicks, getTranslationKey, loadFlapDisplayLayout, onSignalReset, populateData, shouldPassiveReset, transferData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TemperatureDisplaySource

      public TemperatureDisplaySource()
  • Method Details

    • initConfigurationWidgets

      public void initConfigurationWidgets(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context, com.simibubi.create.foundation.gui.ModularGuiLineBuilder builder, boolean isFirstLine)
      Overrides:
      initConfigurationWidgets in class com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource
    • provideLine

      protected net.minecraft.network.chat.MutableComponent provideLine(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context, com.simibubi.create.content.redstone.displayLink.target.DisplayTargetStats stats)
      Specified by:
      provideLine in class com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource
    • allowsLabeling

      protected boolean allowsLabeling(com.simibubi.create.content.redstone.displayLink.DisplayLinkContext context)
      Specified by:
      allowsLabeling in class com.simibubi.create.content.redstone.displayLink.source.SingleLineDisplaySource