This commit is contained in:
Cola
2022-03-07 21:27:47 +00:00
parent 9f40628dd6
commit aefb0781ed
2 changed files with 16 additions and 1 deletions

View File

@@ -11,5 +11,5 @@ civGradle {
}
dependencies {
paperDevBundle("1.18.1-R0.1-SNAPSHOT")
paperDevBundle("1.18.2-R0.1-SNAPSHOT")
}

View File

@@ -2381,6 +2381,11 @@ public class FakePlayer implements Player {
return null;
}
@Override
public @NotNull SpawnCategory getSpawnCategory() {
return null;
}
@Override
public PersistentDataContainer getPersistentDataContainer() {
// TODO Auto-generated method stub
@@ -3050,6 +3055,16 @@ public class FakePlayer implements Player {
}
@Override
public int getSimulationDistance() {
return 0;
}
@Override
public void setSimulationDistance(int simulationDistance) {
}
@Override
public int getNoTickViewDistance() {
return 0;