Accept null from IAltarComponent
This commit is contained in:
parent
aa8d41385f
commit
2c70e6ebc1
2 changed files with 7 additions and 4 deletions
|
@ -4,7 +4,10 @@ import net.minecraft.block.state.IBlockState;
|
|||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface IAltarComponent
|
||||
{
|
||||
@Nullable
|
||||
EnumAltarComponent getType(World world, IBlockState state, BlockPos pos);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue