1.15 port
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
package appeng.container;
|
||||
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.inventory.Container;
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import net.minecraft.inventory.container.Container;
|
||||
|
||||
|
||||
/*
|
||||
@@ -29,8 +29,13 @@ import net.minecraft.inventory.Container;
|
||||
public class ContainerNull extends Container
|
||||
{
|
||||
|
||||
public ContainerNull()
|
||||
{
|
||||
super( null, 0 );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canInteractWith( final EntityPlayer entityplayer )
|
||||
public boolean canInteractWith( final PlayerEntity PlayerEntity )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user