2731
This commit is contained in:
parent
fa9cd98b5a
commit
abb9b5102f
65 changed files with 0 additions and 0 deletions
14
ToAddBack/partSystem/ICustomHighlight.java
Normal file
14
ToAddBack/partSystem/ICustomHighlight.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package techreborn.partSystem;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.util.AxisAlignedBB;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public interface ICustomHighlight {
|
||||
|
||||
ArrayList<AxisAlignedBB> getBoxes(World world, int x, int y, int z,
|
||||
EntityPlayer player);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue