Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Re-add accidentally removed method
Dieser Commit ist enthalten in:
Ursprung
cc7e452d4b
Commit
32b9aa26b2
@ -1098,6 +1098,11 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
||||
return parent.locateNearestStructure(arg0, arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getViewDistance() {
|
||||
return parent.getViewDistance();
|
||||
}
|
||||
|
||||
@Override
|
||||
public RayTraceResult rayTrace(Location arg0, Vector arg1, double arg2, FluidCollisionMode arg3, boolean arg4,
|
||||
double arg5, Predicate<Entity> arg6) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren