Add Skybox plugin
This commit is contained in:
@@ -169,6 +169,9 @@ public abstract class RSClientMixin implements RSClient
|
||||
@Inject
|
||||
private static boolean oldIsResized;
|
||||
|
||||
@Inject
|
||||
static int skyboxColor;
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public Callbacks getCallbacks()
|
||||
@@ -1381,4 +1384,18 @@ public abstract class RSClientMixin implements RSClient
|
||||
|
||||
return array;
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setSkyboxColor(int newSkyboxColor)
|
||||
{
|
||||
skyboxColor = newSkyboxColor;
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public int getSkyboxColor()
|
||||
{
|
||||
return skyboxColor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user