10 lines
No EOL
202 B
Java
Executable file
10 lines
No EOL
202 B
Java
Executable file
package powercrystals.minefactoryreloaded.api;
|
|
|
|
import net.minecraft.world.World;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
public interface IRandomMobProvider {
|
|
public List<RandomMob> getRandomMobs(World world);
|
|
} |