12 lines
251 B
Java
12 lines
251 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.gui.narration;
|
|
|
|
import net.minecraft.client.gui.narration.NarrationElementOutput;
|
|
|
|
public interface NarrationSupplier {
|
|
public void updateNarration(NarrationElementOutput var1);
|
|
}
|
|
|