Class DeathCounterDisplaySource
java.lang.Object
com.simibubi.create.content.logistics.block.display.DisplayBehaviour
com.simibubi.create.content.logistics.block.display.source.DisplaySource
com.simibubi.create.content.logistics.block.display.source.ValueListDisplaySource
com.simibubi.create.content.logistics.block.display.source.ScoreboardDisplaySource
com.simibubi.create.content.logistics.block.display.source.StatTrackingDisplaySource
com.simibubi.create.content.logistics.block.display.source.DeathCounterDisplaySource
-
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.block.display.source.DisplaySource
EMPTY, EMPTY_LINE, WHITESPACEFields inherited from class com.simibubi.create.content.logistics.block.display.DisplayBehaviour
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.network.chat.Componentprotected Stringprotected Stringprotected intupdatedScoreOf(net.minecraft.server.level.ServerPlayer player) Methods inherited from class com.simibubi.create.content.logistics.block.display.source.StatTrackingDisplaySource
initConfigurationWidgets, provideEntries, shortenNumbers, valueFirstMethods inherited from class com.simibubi.create.content.logistics.block.display.source.ScoreboardDisplaySource
showScoreboardMethods inherited from class com.simibubi.create.content.logistics.block.display.source.ValueListDisplaySource
addFullNumberConfig, createComponentsFromEntry, loadFlapDisplayLayout, provideFlapDisplayText, provideTextMethods inherited from class com.simibubi.create.content.logistics.block.display.source.DisplaySource
getName, getPassiveRefreshTicks, loadFlapDisplayLayout, onSignalReset, populateData, transferData
-
Constructor Details
-
DeathCounterDisplaySource
public DeathCounterDisplaySource()
-
-
Method Details
-
updatedScoreOf
protected int updatedScoreOf(net.minecraft.server.level.ServerPlayer player) - Specified by:
updatedScoreOfin classStatTrackingDisplaySource
-
getTranslationKey
- Overrides:
getTranslationKeyin classScoreboardDisplaySource
-
getObjectiveName
- Specified by:
getObjectiveNamein classStatTrackingDisplaySource
-
getObjectiveDisplayName
protected net.minecraft.network.chat.Component getObjectiveDisplayName()- Specified by:
getObjectiveDisplayNamein classStatTrackingDisplaySource
-