Spaces:
Build error
Build error
package net.minecraft.client.gui.navigation; | |
import net.minecraftforge.api.distmarker.Dist; | |
import net.minecraftforge.api.distmarker.OnlyIn; | |
public class CommonInputs { | |
public static boolean selected(int p_279282_) { | |
return p_279282_ == 257 || p_279282_ == 32 || p_279282_ == 335; | |
} | |
} |