mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Remove the cruft of accessing a private member of another module's class
from DataSnapshot and replace it with a best practices approach, making it much less dependent on the land module's internal structure and types.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
|
||||
List<ILandObject> ParcelsNearPoint(Vector3 position);
|
||||
List<ILandObject> AllParcels();
|
||||
ILandObject GetLandObject(int x, int y);
|
||||
ILandObject GetLandObject(float x, float y);
|
||||
bool IsLandPrimCountTainted();
|
||||
|
||||
Reference in New Issue
Block a user