16 lines
351 B
Java
16 lines
351 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* org.jspecify.annotations.Nullable
|
|
*/
|
|
package net.minecraft.client.gui.render.state;
|
|
|
|
import net.minecraft.client.gui.navigation.ScreenRectangle;
|
|
import org.jspecify.annotations.Nullable;
|
|
|
|
public interface ScreenArea {
|
|
public @Nullable ScreenRectangle bounds();
|
|
}
|
|
|