Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / GameProfilerFiller.java
Simon Lindgren on 26 Mar 2020 317 bytes first commit
package net.minecraft.server;

import java.util.function.Supplier;

public interface GameProfilerFiller {

    void a();

    void b();

    void enter(String s);

    void a(Supplier<String> supplier);

    void exit();

    void exitEnter(String s);

    void c(String s);

    void c(Supplier<String> supplier);
}