package net.minecraft.client.gui.narration; public interface NarrationSupplier { void updateNarration(final NarrationElementOutput output); }