11 lines
180 B
Java
11 lines
180 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.gui.screens.recipebook;
|
|
|
|
@FunctionalInterface
|
|
public interface SlotSelectTime {
|
|
public int currentIndex();
|
|
}
|
|
|