-
Notifications
You must be signed in to change notification settings - Fork 35
API Documentation v5 Using The API
Exopandora edited this page Jun 13, 2026
·
1 revision
Starting with version 4.0.0, Shoulder Surfing Reloaded provides a public interface to access previously internal values for third party mod developers through its API package. The API can be accessed in the following way:
import com.github.exopandora.shouldersurfing.api.client.IShoulderSurfing;
IShoulderSurfing instance = IShoulderSurfing.getInstance();Note
A mod loader specific implementation must be present at runtime.