mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update to mc-dev rename revision 01
This commit is contained in:
@@ -254,11 +254,11 @@ public class ChunkProviderServer implements IChunkProvider {
|
||||
return !this.world.savingDisabled;
|
||||
}
|
||||
|
||||
public List a(EnumCreatureType enumcreaturetype, int i, int j, int k) {
|
||||
return this.chunkProvider.a(enumcreaturetype, i, j, k);
|
||||
public List getMobsFor(EnumCreatureType enumcreaturetype, int i, int j, int k) {
|
||||
return this.chunkProvider.getMobsFor(enumcreaturetype, i, j, k);
|
||||
}
|
||||
|
||||
public ChunkPosition a(World world, String s, int i, int j, int k) {
|
||||
return this.chunkProvider.a(world, s, i, j, k);
|
||||
public ChunkPosition findNearestMapFeature(World world, String s, int i, int j, int k) {
|
||||
return this.chunkProvider.findNearestMapFeature(world, s, i, j, k);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user