base mod created
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package net.minecraft.dispenser;
|
||||
|
||||
public interface IPosition
|
||||
{
|
||||
double getX();
|
||||
|
||||
double getY();
|
||||
|
||||
double getZ();
|
||||
}
|
||||
Reference in New Issue
Block a user