base mod created
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.minecraft.dispenser;
|
||||
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface ILocation extends IPosition
|
||||
{
|
||||
World getWorld();
|
||||
}
|
||||
Reference in New Issue
Block a user